Problem | sumint |
---|---|
User | DL2704 |
Submission Time | 2023-11-11 23:16:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:48: error: expected ‘)’ before ‘;’ token
8 | for (int total = 0; total < days; total++;){
| ~ ^
| )
sumint.cpp:8:49: error: expected primary-expression before ‘)’ token
8 | for (int total = 0; total < days; total++;){
| ^