| Problem | addition |
|---|---|
| User | Sarah5678 |
| Submission Time | 2024-01-29 16:15:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
addition.cpp: In function ‘int main()’:
addition.cpp:8:10: error: expected ‘;’ before ‘}’ token
8 | return 0
| ^
| ;
9 | }
| ~