Problem lunchbox
User LimCheeHann
Submission Time 2025-02-21 21:45:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:16: error: expected ‘;’ before ‘}’ token
12 | cin >> arr[i]
| ^
| ;
13 | }
| ~