Problem | addition |
---|---|
User | Xinlan |
Submission Time | 2023-11-08 10:22:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:7:2: error: ‘a’ was not declared in this scope
7 | a = int;
| ^
addition.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:7:6: note: in expansion of macro ‘int’
7 | a = int;
| ^~~
addition.cpp:8:2: error: ‘b’ was not declared in this scope
8 | b = int;
| ^
addition.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:8:6: note: in expansion of macro ‘int’
8 | b = int;
| ^~~