Problem area2
User Gj
Submission Time 2026-03-04 21:13:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area2.cpp: In function ‘int main()’:
area2.cpp:22:15: error: expected unqualified-id before ‘=’ token
22 | ____ ____ = -1; // ans
| ^
area2.cpp:25:26: error: expected unqualified-id before ‘=’ token
25 | _____ (____ ____ = 0; ____ < _; ____++) {
| ^
area2.cpp:25:26: error: expected ‘;’ before ‘=’ token
area2.cpp:25:26: error: expected primary-expression before ‘=’ token
area2.cpp:5:14: error: ‘int’ is not a template
5 | #define ____ int
| ^~~
area2.cpp:25:31: note: in expansion of macro ‘____’
25 | _____ (____ ____ = 0; ____ < _; ____++) {
| ^~~~
area2.cpp:5:14: error: expected primary-expression before ‘int’
5 | #define ____ int
| ^~~
area2.cpp:25:31: note: in expansion of macro ‘____’
25 | _____ (____ ____ = 0; ____ < _; ____++) {
|