Problem addition3
User thatlycheeoolongdrink
Submission Time 2024-04-01 14:14:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition3.cpp: In function ‘int main()’:
addition3.cpp:1:21: error: ‘cin’ was not declared in this scope
1 | int main() {int a,b;cin>>a>>b;cout<<a+b;}
| ^~~
addition3.cpp:1:31: error: ‘cout’ was not declared in this scope
1 | int main() {int a,b;cin>>a>>b;cout<<a+b;}
| ^~~~