Problem potatosalad
User YH
Submission Time 2024-02-03 21:00:45
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 | }
| ~