Problem | area |
---|---|
User | Astronite |
Submission Time | 2025-08-20 17:28:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long
| ^~~~
area.cpp:9:2: note: in expansion of macro ‘int’
9 | int b;
| ^~~
area.cpp:12:13: error: ‘a’ was not declared in this scope
12 | cin>> a>> b;
| ^
area.cpp:12:17: error: ‘b’ was not declared in this scope
12 | cin>> a>> b;
| ^