Problem | sumint |
---|---|
User | bobbychangy |
Submission Time | 2024-01-26 00:47:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:7: error: ‘i’ was not declared in this scope
7 | for(i=0;i<d;i++){
| ^
sumint.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for(i=0;i<d;i++{
| ^
sumint.cpp:10:18: error: expected ‘)’ before ‘{’ token
10 | for(i=0;i<d;i++{
| ~ ^
| )