Problem bestplace
User GrainOrBread
Submission Time 2025-03-19 22:59:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:28:11: error: expected initializer before ‘y’
28 | ll x, ll y;
| ^
bestplace.cpp:31:2: error: expected initializer before ‘for’
31 | for (ll i=0; i<n; i++) {
| ^~~
bestplace.cpp:31:15: error: ‘i’ was not declared in this scope
31 | for (ll i=0; i<n; i++) {
| ^
bestplace.cpp:37:24: error: ‘y’ was not declared in this scope
37 | cout << x/n << " " << y/n << "\n";
| ^