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

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:7:7: error: expected initializer before ‘.’ token
7 | int a.b;
| ^
addition.cpp:8:7: error: ‘a’ was not declared in this scope
8 | cin>>a;
| ^
addition.cpp:9:7: error: ‘b’ was not declared in this scope
9 | cin>>b;
| ^