| Problem | addition |
|---|---|
| User | JcYong |
| Submission Time | 2024-06-18 10:18:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:10: error: expected initializer before ‘>>’ token
7 | int cin >> a;
| ^~
addition.cpp:8:10: error: expected initializer before ‘>>’ token
8 | int cin >> b;
| ^~
addition.cpp:9:11: error: expected initializer before ‘<<’ token
9 | int cout << a+b;
| ^~