Problem addition
User lzc480
Submission Time 2025-11-12 10:43:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
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;
| ^