Problem | addition |
---|---|
User | Etw |
Submission Time | 2024-05-15 12:58:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
addition.cpp: In function ‘int main()’:
addition.cpp:5:14: error: expected ‘;’ before ‘cout’
5 | cin >> a >> b
| ^
| ;
6 | cout << a+b
| ~~~~