- Owner
- Axinie Razvan
- Problem
- Intercity
- Source
- 1.05KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:32:13: warning: unused variable 'dx' [-Wunused-variable] int dx = Q.top().first; ^ prog.cpp:47: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.2775s 2 1 0.2780s 3 1 0.2798s 4 Wrong answer 0.2794s