Problem addition
User thatlycheeoolongdrink
Submission Time 2024-02-16 14:13:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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