Problem | addition |
---|---|
User | Kanish |
Submission Time | 2023-11-08 10:17:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:9: error: expected primary-expression before ‘=’ token
9 | return = 0
| ^
addition.cpp:9:12: error: expected ‘;’ before ‘}’ token
9 | return = 0
| ^
| ;
10 | }
| ~