Problem penguingathering
User munyunboss
Submission Time 2026-06-24 16:48:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:24:20: error: expected ‘;’ before ‘an2’
24 | ans1 = ans1+d1*d1
| ^
| ;
25 | an2 = ans2+d2*d2;
| ~~~