Problem addition
User CLRflw9
Submission Time 2026-06-22 15:57:53
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:8:1: note: in expansion of macro ‘int’
8 | int main() {
| ^~~