Problem bestplace
User ciganrea
Submission Time 2023-03-21 10:08:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:13:19: error: expected ‘)’ before ‘;’ token
13 | while (int i=0; i<n; i++) {
| ~ ^
| )
bestplace.cpp:13:21: error: ‘i’ was not declared in this scope
13 | while (int i=0; i<n; i++) {
| ^