Problem | addition3 |
---|---|
User | akthepro47 |
Submission Time | 2024-08-09 13:08:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition3.cpp: In function ‘int main()’:
addition3.cpp:1:16: error: ‘cin’ was not declared in this scope
1 | main(){int a,b;cin>>a>>b;cout<<a+b;}
| ^~~
addition3.cpp:1:26: error: ‘cout’ was not declared in this scope
1 | main(){int a,b;cin>>a>>b;cout<<a+b;}
| ^~~~