| Problem | addition |
|---|---|
| User | macaroniyw81 |
| Submission Time | 2026-06-22 15:11:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:15: error: expected ‘;’ before ‘cout’
5 | cin >> a >> b
| ^
| ;
6 | cout << a + b
| ~~~~