| Problem | addition |
|---|---|
| User | friendlyfexr |
| Submission Time | 2026-06-13 18:39:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:14: error: expected ‘;’ before ‘cout’
9 | sum = a + b
| ^
| ;
10 | cout << sum;
| ~~~~