Problem addition
User shannen
Submission Time 2024-06-24 20:47:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:12: error: ‘A’ was not declared in this scope
6 | std::cout<<A+B;
| ^
addition.cpp:6:14: error: ‘B’ was not declared in this scope
6 | std::cout<<A+B;
| ^