| Problem | sumint |
|---|---|
| User | SuryaReddy |
| Submission Time | 2025-12-03 18:37:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:6: error: ‘i’ was not declared in this scope
10 | for(i = 0; i < d; ++i){
| ^
sumint.cpp:13:16: error: request for member ‘push_back’ in ‘numberOfDays’, which is of non-class type ‘long int [d]’
13 | numberOfDays.push_back(value);
| ^~~~~~~~~
sumint.cpp:18:6: error: ‘j’ was not declared in this scope
18 | for(j = 0; j < d; ++j){
| ^