Problem addition
User blurry
Submission Time 2025-12-21 21:01:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:6: error: ‘a’ was not declared in this scope
5 | int a;
| ^
addition.cpp:6:6: error: ‘b’ was not declared in this scope
6 | int b;
| ^