Problem potatosalad
User YH
Submission Time 2024-02-03 21:00:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | masses[x] = b
| ^
| ;
16 | }
| ~
potatosalad.cpp:31:13: error: expected ‘;’ before ‘return’
31 | cout << sum
| ^
| ;
32 | return 0;
| ~~~~~~