Problem bestplace
User RandomCtfNoob
Submission Time 2025-07-09 17:33:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:14:14: error: invalid types ‘int [n][int [n]]’ for array subscript
14 | ytot += y[x];
| ^
bestplace.cpp:16:35: error: request for member ‘n’ in ‘ytot’, which is of non-class type ‘int’
16 | cout << (xtot/n) << " " << (ytot.n);
| ^