Problem addition
User GohWenXi
Submission Time 2025-06-14 15:14:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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