| Problem | addition |
|---|---|
| User | Hutayo |
| Submission Time | 2025-06-18 16:54:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:12: error: expected primary-expression before ‘>’ token
9 | cin >> a> > b;
| ^
addition.cpp:10:15: error: expected ‘;’ before ‘return’
10 | cout << a + b
| ^
| ;
11 |
12 | return 0;
| ~~~~~~