Problem addition
User angelanglez
Submission Time 2025-01-15 15:41:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:4:12: error: ‘a’ was not declared in this scope
4 | int sum = a + b;
| ^
addition.cpp:4:16: error: ‘b’ was not declared in this scope
4 | int sum = a + b;
| ^