Problem boxinbox
User nguyendinhanh1508
Submission Time 2024-12-04 09:08:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxinbox.cpp: In function ‘int32_t main()’:
boxinbox.cpp:10:17: error: expected ‘;’ before ‘for’
10 | int order[3];3
| ^
| ;
11 | for(int j = 0; j < 3; j++){
| ~~~
boxinbox.cpp:11:18: error: ‘j’ was not declared in this scope
11 | for(int j = 0; j < 3; j++){
| ^
boxinbox.cpp:14:25: error: expected ‘;’ before ‘:’ token
14 | sort(order, order + 3):
| ^
| ;