- Owner
- Pascu Adrian
- Problem
- Gray
- Source
- 3.17KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'bool findSolution1(std::vector<bool>&, int, std::vector<int>&, int)': prog.cpp:17:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (structures.size() == maxBitValue) { ^ prog.cpp: In function 'bool findSolution2(std::vector<bool>&, int, std::vector<int>&, int)': prog.cpp:77:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (structures.size() == maxBitValue) { ^
Results
Test number Result Time 1 Ok! 0.2747s 2 Wrong answer: 0001 -> 0010 0.2728s