Problem addition
User yumzc
Submission Time 2025-06-16 14:12:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:26:9: error: ‘a’ was not declared in this scope
26 | cin >> a >> b;
| ^
addition.cpp:26:14: error: ‘b’ was not declared in this scope
26 | cin >> a >> b;
| ^
addition.cpp:28:10: error: expected ‘}’ at end of input
28 | return 0;
| ^
addition.cpp:25:12: note: to match this ‘{’
25 | int main() {
| ^