Problem | sumint |
---|---|
User | phineconel |
Submission Time | 2024-07-08 14:18:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:6:15: error: ‘days’ was not declared in this scope; did you mean ‘day’?
6 | int day;cin>>days;
| ^~~~
| day
sumint.cpp:9:16: error: expected ‘;’ before ‘<’ token
9 | for(int i=0, i<days;i++){
| ^
| ;
sumint.cpp:9:16: error: expected primary-expression before ‘<’ token