- Owner
- Vlad Alexandru Gavrila
- Problem
- Permudrome
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 2.09KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:53:15: warning: array subscript has type 'char' [-Wchar-subscripts] rest[a][b]=rest[b][a]=1; ^ prog.cpp:53:18: warning: array subscript has type 'char' [-Wchar-subscripts] rest[a][b]=rest[b][a]=1; ^ prog.cpp:53:26: warning: array subscript has type 'char' [-Wchar-subscripts] rest[a][b]=rest[b][a]=1; ^ prog.cpp:53:29: warning: array subscript has type 'char' [-Wchar-subscripts] rest[a][b]=rest[b][a]=1; ^
Results
Test number Result Time 1 Ok 0.2878s 2 Ok 0.2598s 3 Ok 0.2651s 4 Ok 0.2663s 5 Ok 0.2642s 6 Wrong answer 0.2561s