Problem | addition |
---|---|
User | hackerman123 |
Submission Time | 2023-01-27 13:30:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:13: error: expected ‘;’ before ‘}’ token
6 | return 0
| ^
| ;
7 | }
| ~