| Problem | penguingathering |
|---|---|
| User | Matrixworld |
| Submission Time | 2026-06-25 08:59:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:22:3: error: ‘dist’ was not declared in this scope
22 | dist *= dist;
| ^~~~
penguingathering.cpp:25:18: error: ‘sumd’ was not declared in this scope
25 | if (sumd < ans) { ans = sumd;
| ^~~~