Problem | sumint |
---|---|
User | betterthanreality1001 |
Submission Time | 2024-02-13 21:44:41 |
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: ‘i’ was not declared in this scope
7 | int iss[i];
| ^
sumint.cpp:9:6: error: ‘iss’ was not declared in this scope
9 | cin>>iss[i];}
| ^~~
sumint.cpp:12:4: error: ‘iss’ was not declared in this scope
12 | m+=iss[i];}
| ^~~