Problem | addition3 |
---|---|
User | Yifei1234 |
Submission Time | 2024-05-15 16:15:09 |
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:5:3: error: expected initializer before ‘cin’
5 | cin>>a>>b
| ^~~