Problem boxispull
User Pout
Submission Time 2026-07-04 14:12:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:15:6: error: expected ‘(’ before ‘!’ token
15 | if !(y == b) {
| ^
| (
boxispull.cpp:22:3: error: expected ‘}’ before ‘else’
22 | else if (x == a) {
| ^~~~
boxispull.cpp:20:14: note: to match this ‘{’
20 | if (x < a) {
| ^