Job 19496

Owner
Florin-Emanuel Laiu
Problem
Keyboard
Contest
MindCoding 2017 Round 3 Take Off Labs (Div. 1)
Source
0.92KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'void go(int)':
prog.cpp:17:7: warning: array subscript has type 'char' [-Wchar-subscripts]
  { x[i] = l;
       ^
prog.cpp:18:6: warning: array subscript has type 'char' [-Wchar-subscripts]
   y[i] = cont;
      ^
prog.cpp: In function 'int main()':
prog.cpp:41:18: warning: array subscript has type 'char' [-Wchar-subscripts]
  { int curx = x[i], cury = y[i];
                  ^
prog.cpp:41:31: warning: array subscript has type 'char' [-Wchar-subscripts]
  { int curx = x[i], cury = y[i];
                               ^

Results

Test numberResultTime
1Ok0.5114s
2Ok0.5005s
3Ok0.5043s
4Wrong answer0.5041s
Questions?

Sponsors Gold