Problem | sumint |
---|---|
User | nandini37 |
Submission Time | 2024-07-08 14:32:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:5:10: error: expected ‘;’ before ‘for’
5 | cin >> i
| ^
| ;
6 | for(int i=0; i<10; i++){
| ~~~
sumint.cpp:6:24: error: expected ‘;’ before ‘)’ token
6 | for(int i=0; i<10; i++){
| ^
| ;