Problem addition
User natizwyn
Submission Time 2026-06-22 15:23:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:6:3: note: in expansion of macro ‘int’
6 | int a = 1;
| ^~~
addition.cpp:8:3: error: ‘cout’ does not name a type
8 | cout << a+b <<
| ^~~~