Problem addition
User Xinlan
Submission Time 2023-11-08 10:19:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:7:6: error: expected unqualified-id before ‘=’ token
7 | int = a;
| ^
addition.cpp:8:6: 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;
| ^