| Problem | bestplace |
|---|---|
| User | ZhangBowen |
| Submission Time | 2026-05-04 14:38:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:18:10: error: expected ‘;’ before ‘}’ token
18 | avgx+=1
| ^
| ;
19 | }
| ~
bestplace.cpp:21:10: error: expected ‘;’ before ‘}’ token
21 | avgy+=1
| ^
| ;
22 | }
| ~