- 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].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.3973s