| Problem | addition |
|---|---|
| User | totallykaiyuan |
| Submission Time | 2026-03-08 17:45:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:12: error: expected ‘;’ before ‘return’
9 | cout<< a+b
| ^
| ;
10 | return 0;
| ~~~~~~