- Owner
- Stoica Alexandru Stefan
- Problem
- Gas Stations
- Source
- 1.56KB
- 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:102:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < vec1[move].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 number Result Time 1 Wrong answer 0.3843s