- Owner
- Pascu Adrian
- Problem
- Gray
- Source
- 3.26KB
- Result
- Time Limit Exceeded
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:79:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (structures.size() == maxBitValue) { ^
Results
Test number Result Time 1 Ok! 0.2749s 2 Ok! 0.2782s 3 Time Limit Exceeded 1.2736s