| Problem | addition |
|---|---|
| User | natizwyn |
| Submission Time | 2026-06-22 15:23:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:4:13: error: expected initializer before ‘long’
4 | #define int long long
| ^~~~
addition.cpp:7:3: note: in expansion of macro ‘int’
7 | int a = 1;
| ^~~
addition.cpp:9:3: error: ‘cout’ does not name a type
9 | cout << a+b <<
| ^~~~
addition.cpp:10:1: error: expected declaration before ‘}’ token
10 | }
| ^