Problem penguingathering
User Zubair
Submission Time 2026-06-24 15:31:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:19:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
19 | if (sumdist < ans) ans = sumdist;
| ^~~
| abs
penguingathering.cpp:22:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
22 | cout << ans << endl;
| ^~~
| abs
penguingathering.cpp:22:21: error: expected ‘}’ at end of input
22 | cout << ans << endl;
| ^
penguingathering.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^