Problem | sumint |
---|---|
User | CelineQuek |
Submission Time | 2023-06-27 17:13:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:18:31: error: expected ‘;’ before ‘day_count’
18 | meows += days[day_count]
| ^
| ;
19 | day_count += 1;
| ~~~~~~~~~