Problem boxispull
User andikawahyudi
Submission Time 2026-01-24 15:13:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:16:3: error: expected ‘,’ or ‘;’ before ‘cout’
16 | cout << min;
| ^~~~
boxispull.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
boxispull.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^