Problem addition
User Xinlan
Submission Time 2023-11-08 10:17:39
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:8: error: ‘a’ was not declared in this scope
8 | cin>> a >> b;
| ^
addition.cpp:8:13: error: ‘b’ was not declared in this scope
8 | cin>> a >> b;
| ^