Problem potatosalad
User Indy39910
Submission Time 2025-02-20 21:11:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:16:19: error: expected ‘;’ before ‘}’ token
16 | maxsum+=weight[i]
| ^
| ;
17 | }
| ~