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