Problem | sumint |
---|---|
User | betterthanreality1001 |
Submission Time | 2024-02-13 21:49:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:9:9: error: ‘i’ was not declared in this scope
9 | int iss[i];
| ^
sumint.cpp:11:6: error: ‘iss’ was not declared in this scope
11 | cin>>iss[i];}
| ^~~
sumint.cpp:14:4: error: ‘iss’ was not declared in this scope
14 | m+=iss[i];}
| ^~~