Problem airplane
User CHF
Submission Time 2025-03-01 00:33:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

airplane.cpp: In function ‘int main()’:
airplane.cpp:58:46: error: ‘newTotal’ was not declared in this scope; did you mean ‘new_total’?
58 | if (!dist[u].count(new_h) || newTotal < dist[u][new_h]) {
| ^~~~~~~~
| new_total