Job 21150

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 numberResultTime
1Ok! 0.2749s
2Ok! 0.2782s
3Time Limit Exceeded1.2736s
Questions?

Sponsors Gold