Problem | sumint |
---|---|
User | nandini37 |
Submission Time | 2024-07-08 14:08:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:9: error: expected ‘;’ at end of input
7 | return 0
| ~^
| ;
sumint.cpp:7:8: error: expected ‘}’ at end of input
7 | return 0
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^