Problem wall
User popperoni
Submission Time 2026-01-03 18:25:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wall.cpp:27:16: error: ISO C++ forbids declaration of ‘ll’ with no type [-fpermissive]
27 | #define inf (ll)1e9+4
| ^
wall.cpp:24:12: note: in expansion of macro ‘inf’
24 | #define ll inf
| ^~~
wall.cpp:74:2: note: in expansion of macro ‘ll’
74 | ll S,E,M,lazymin,lazymax;
| ^~
wall.cpp:27:16: error: expected ‘;’ at end of member declaration
27 | #define inf (ll)1e9+4
| ^
wall.cpp:24:12: note: in expansion of macro ‘inf’
24 | #define ll inf
| ^~~
wall.cpp:74:2: note: in expansion of macro ‘ll’
74 | ll S,E,M,lazymin,lazymax;
| ^~
wall.cpp:27:17: error: expected unqualified-id before numeric constant
27 | #define inf (ll)1e9+4
| ^~~
wall.cpp:24:12: note: in expansion of macro ‘inf’
24 | #define ll inf
| ^~~
wall.cpp:74:2: note: in expansion of macro ‘ll’
74 |