- Owner
- Vlad Alexandru Gavrila
- Problem
- Permudrome
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 2.05KB
- 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.2690s 2 Wrong answer 0.2651s