Problem | addition |
---|---|
User | ZiXin |
Submission Time | 2023-11-08 10:40:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:5:1: error: ‘::main’ must return ‘int’
5 | uint32_t main ()
| ^~~~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:3:13: error: ‘longlong’ was not declared in this scope
3 | #define int longlong
| ^~~~~~~~
addition.cpp:7:5: note: in expansion of macro ‘int’
7 | int a, b;
| ^~~
addition.cpp:8:12: error: ‘a’ was not declared in this scope
8 | cin >> a >> b;
| ^
addition.cpp:8:17: error: ‘b’ was not declared in this scope
8 | cin >> a >> b;
| ^