Problem addition
User Elwinthenerd
Submission Time 2024-03-30 15:36:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:10: error: ‘a’ was not declared in this scope
7 | cin>>a;cout<<"\t";cin>>b;
| ^
addition.cpp:7:28: error: ‘b’ was not declared in this scope
7 | cin>>a;cout<<"\t";cin>>b;
| ^