Problem pandacity
User R9q5P8
Submission Time 2025-11-13 21:54:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pandacity.cpp: In function ‘int main()’:
pandacity.cpp:13:12: error: expected ‘;’ before ‘else’
13 | cout << 0
| ^
| ;
14 | else if (N == 1)
| ~~~~