Problem | addition |
---|---|
User | Xinlan |
Submission Time | 2023-11-08 10:18:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:7:5: error: expected unqualified-id before ‘=’ token
7 | int= a;
| ^
addition.cpp:8:5: error: expected unqualified-id before ‘=’ token
8 | int= b;
| ^
addition.cpp:9:8: error: ‘a’ was not declared in this scope
9 | cin>> a >> b;
| ^
addition.cpp:9:13: error: ‘b’ was not declared in this scope
9 | cin>> a >> b;
| ^