Problem boxispull
User Ush
Submission Time 2024-01-29 15:55:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int32_t main()’:
boxispull.cpp:11:13: error: expected ‘;’ before ‘x’
11 | cin >> x
| ^
| ;
12 | x += 0;
| ~
boxispull.cpp:14:9: error: ‘x’ was not declared in this scope
14 | cout << x
| ^