Problem | addition |
---|---|
User | Elwinthenerd |
Submission Time | 2024-03-30 15:35:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^