- Owner
- Bodea Nicu
- Problem
- Gray
- Contest
- MindCoding 2017 Final 1
- Source
- 1.51KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:47:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < poss.size(); i++) ^ prog.cpp:58:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0; j < poss.size(); j++) ^
Results
Test number Result Time 1 Wrong answer: Invalid output 0.2475s