Job 19547

Owner
Daniel Rusu
Problem
Keyboard
Contest
MindCoding 2017 Round 3 Take Off Labs (Div. 1)
Source
2.07KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'int main()':
prog.cpp:30:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < strlen(line1); ++i) {
                      ^
prog.cpp:35:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < strlen(line2); ++i) {
                      ^
prog.cpp:40:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i = 0; i < strlen(line3); ++i) {
                      ^

Results

Test numberResultTime
1Ok0.5317s
2Ok0.5304s
3Ok0.5556s
4Wrong answer0.5388s
Questions?

Sponsors Gold