Problem pilot
User justin271828
Submission Time 2023-06-25 17:17:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pilot.cpp: In function ‘int main()’:
pilot.cpp:32:24: error: expected ‘;’ before ‘}’ token
32 | cout << count << "\n"
| ^
| ;
33 | }
| ~