| Problem | addition |
|---|---|
| User | JhoCyber |
| Submission Time | 2024-12-25 13:51:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:5:2: error: expected primary-expression before ‘int’
5 | int a,b;
| ^~~
addition.cpp:4:8: error: expected ‘]’ before ‘int’
4 | main()[
| ^
| ]
5 | int a,b;
| ~~~
addition.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> a >> b;
| ^~~
| sin
addition.cpp:7:2: error: ‘cout’ does not name a type
7 | cout << a+b;
| ^~~~
addition.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^