Problem addition
User meowmeow
Submission Time 2023-06-01 16:56:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:9: error: ‘a’ was not declared in this scope
5 | cout << a+b << endl;
| ^
addition.cpp:5:11: error: ‘b’ was not declared in this scope
5 | cout << a+b << endl;
| ^