Problem addition
User siqideng09
Submission Time 2023-11-08 09:29:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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