Problem binaryroads
User penguinzzz
Submission Time 2024-04-27 23:58:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryroads.cpp: In function ‘int main()’:
binaryroads.cpp:16:34: error: expected ‘;’ before ‘}’ token
16 | if (n == 1) {cout << 0; return 0}
| ^
| ;