Problem addition
User yhmixeI
Submission Time 2024-12-04 09:51:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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