Problem | rushing |
---|---|
User | NikhilK |
Submission Time | 2023-12-29 17:04:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rushing.cpp:35:38: error: stray ‘#’ in program
35 | time = shortest_paths[0][i] # LY's time
| ^
rushing.cpp:35:42: error: missing terminating ' character
35 | time = shortest_paths[0][i] # LY's time
| ^~~~~~~
rushing.cpp:42:3: error: invalid preprocessing directive #Input
42 | # Input
| ^~~~~
rushing.cpp:48:3: error: invalid preprocessing directive #Output
48 | # Output
| ^~~~~~
rushing.cpp:1:1: error: ‘import’ does not name a type
1 | import heapq
| ^~~~~~
rushing.cpp:26:5: error: expected unqualified-id before ‘for’
26 | for a, b, c in roads:
| ^~~