Problem bestplace
User guru1396
Submission Time 2024-12-11 18:59:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:5:6: error: ‘sync_with_stdio’ was not declared in this scope
5 | ios:sync_with_stdio(0); cin.tie(0);
| ^~~~~~~~~~~~~~~
bestplace.cpp:7:2: error: ‘x_total’ was not declared in this scope
7 | x_total = 0;
| ^~~~~~~
bestplace.cpp:8:2: error: ‘y_total’ was not declared in this scope
8 | y_total = 0;
| ^~~~~~~