- Owner
- Ciurez Marius-Andrei
- Problem
- Grafp
- Contest
- MindCoding 2017 Test Round (Div. 1)
- Source
- 1.15KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:31:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int it = 0; it < solution.size(); it ++) ^ prog.cpp:44:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(solution.size() < N - 1) ^
Results
Test number Result Time 1 Wrong answer 0.2574s