| Problem | addition |
|---|---|
| User | squishychicken |
| Submission Time | 2025-05-23 13:43:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:13:13: error: expected ‘;’ before ‘return’
13 | cout << a+b
| ^
| ;
14 |
15 | return 0;
| ~~~~~~