- Owner
- Axinie Razvan
- Problem
- Intercity
- Source
- 1.11KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:27:22: warning: overflow in implicit constant conversion [-Woverflow] old_cost = INF; ^ prog.cpp:34:13: warning: unused variable 'dx' [-Wunused-variable] int dx = Q.top().first; ^ prog.cpp:49:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] (d[n] < old_cost) ? cout << d[n] : cout << old_cost; ^
Results
Test number Result Time 1 1 0.2798s 2 1 0.2825s 3 1 0.2815s 4 Wrong answer 0.2824s