| Problem | addition |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-22 16:02:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:20: error: expected ‘;’ before ‘}’ token
8 | cout; sum = a+b
| ^
| ;
9 | }
| ~