- 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 number Result Time 1 Ok 0.5114s 2 Ok 0.5005s 3 Ok 0.5043s 4 Wrong answer 0.5041s