| Problem | addition |
|---|---|
| User | Sunnyskyline |
| Submission Time | 2026-06-22 15:46:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:27: error: expected ‘;’ before ‘return’
8 | cout << "hi" << c << endl
| ^
| ;
9 | return 0;
| ~~~~~~