| Problem | addition |
|---|---|
| User | winithepooh23 |
| Submission Time | 2024-06-24 14:07:16 |
| 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:4:21: error: expected ‘;’ before ‘int’
4 | int a=100; cin >> a
| ^
| ;
5 | int b= 81; cin >> b
| ~~~
addition.cpp:5:21: error: ‘b’ was not declared in this scope
5 | int b= 81; cin >> b
| ^