| Problem | addition |
|---|---|
| User | SA |
| Submission Time | 2025-06-16 14:14:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:15: error: expected ‘;’ before ‘cout’
8 | cin >> a >> b
| ^
| ;
9 | cout << a + b;
| ~~~~
addition.cpp:10:10: error: expected ‘}’ at end of input
10 | return 0;
| ^
addition.cpp:5:1: note: to match this ‘{’
5 | {
| ^