Problem potatosalad
User DuckOverlord
Submission Time 2026-04-30 09:47:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:14:26: error: expected ‘;’ before ‘}’ token
14 | endKg += potatos[N-1-i]
| ^
| ;
15 | }
| ~