Problem addition
User idk
Submission Time 2023-01-05 09:30:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:13:2: error: ‘c’ was not declared in this scope
13 | c = add(a,b);
| ^