- Owner
- Sabau Andrei
- Problem
- Spiral
- Contest
- MindCoding 2016 Test Round (Div. 2)
- Source
- 1.07KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:48:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < q.size(); i++) ^ prog.cpp:51:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i+1 != q.size()) ^
Results
Test number Result Time 1 Wrong answer 0.7440s