Problem | addition |
---|---|
User | Kanish |
Submission Time | 2023-11-08 10:17:07 |
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:9: error: expected primary-expression before ‘=’ token
10 | return = 0
| ^
addition.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | return = 0
| ^
| ;
11 | }
| ~