Problem | addition |
---|---|
User | Jiayue |
Submission Time | 2023-11-10 09:42:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:10: error: expected ‘;’ at end of input
8 | return 0
| ~^
| ;
addition.cpp:8:9: error: expected ‘}’ at end of input
8 | return 0
| ^
addition.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^