Job 19038

Owner
Stoica Alexandru Stefan
Problem
Gas Stations
Contest
MindCoding 2017 Round 2 Bosch (Div. 1)
Source
1.52KB
Result
Wrong answer

Compiler output

prog.cpp: In function 'int main()':
prog.cpp:84:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i < vec.size(); ++i)
                    ^
prog.cpp:100:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int j = 0; j < vec1[move-1].size(); ++j)
                       ^
prog.cpp: In function 'bool compare(const Event&, const Event&)':
prog.cpp:46:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

Results

Test numberResultTime
1Wrong answer0.4078s
Questions?

Sponsors Gold