Problem | addition |
---|---|
User | trashcan08 |
Submission Time | 2024-11-07 09:32:38 |
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:10:10: error: expected ‘;’ before ‘}’ token
10 | return 0
| ^
| ;
11 | }
| ~