| Problem | addition3 |
|---|---|
| User | RAyhahh |
| Submission Time | 2024-07-10 16:42:51 |
| 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;}
| ^~~~