Problem bestplace
User Halud
Submission Time 2025-02-21 11:22:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:22:11: error: ‘x’ was not declared in this scope
22 | cout << x / N << ' ' << y/N;
| ^
bestplace.cpp:22:27: error: ‘y’ was not declared in this scope
22 | cout << x / N << ' ' << y/N;
| ^