Problem | addition |
---|---|
User | tomatofrog0w0 |
Submission Time | 2024-06-24 14:14:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:7:2: note: in expansion of macro ‘int’
7 | int b = 5
| ^~~
addition.cpp:10:14: error: ‘b’ was not declared in this scope
10 | cout << a + b;
| ^