Problem bestplace
User huyleisme
Submission Time 2024-02-20 16:20:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int32_t main()’:
bestplace.cpp:21:20: error: expected ‘;’ before ‘else’
21 | y = sum_y / n + 1
| ^
| ;
22 |
23 | else {
| ~~~~
bestplace.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
bestplace.cpp:4:16: note: to match this ‘{’
4 | int32_t main() {
| ^