Problem binaryroads
User samvar0907
Submission Time 2024-01-27 10:31:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryroads.cpp: In function ‘int main()’:
binaryroads.cpp:61:5: error: expected ‘,’ or ‘;’ before ‘if’
61 | if (shortestTime == -1) {
| ^~
binaryroads.cpp:63:7: error: ‘else’ without a previous ‘if’
63 | } else {
| ^~~~