Problem | sumint |
---|---|
User | lulu1008 |
Submission Time | 2024-06-18 10:54:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:16: error: expected ‘;’ at end of input
8 | cin >> arr[i]
| ~^
| ;
sumint.cpp:8:15: error: expected ‘}’ at end of input
8 | cin >> arr[i]
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^