Problem | addition3 |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2025-08-29 21:29:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition3.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main()
| ~~~
addition3.cpp: In function ‘int main()’:
addition3.cpp:6:5: error: expected initializer before ‘if’
6 | if(cin>>a>>b)cout<<a+b
| ^~