| Problem | bestplace |
|---|---|
| User | JhoCyber |
| Submission Time | 2024-12-23 16:39:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:13:5: error: ‘actualX’ was not declared in this scope
13 | actualX=totalX/n;
| ^~~~~~~
bestplace.cpp:13:13: error: ‘totalX’ was not declared in this scope
13 | actualX=totalX/n;
| ^~~~~~
bestplace.cpp:14:5: error: ‘actualY’ was not declared in this scope
14 | actualY=totalY/n;
| ^~~~~~~
bestplace.cpp:14:13: error: ‘totalY’ was not declared in this scope
14 | actualY=totalY/n;
| ^~~~~~