Problem sumint
User annabel
Submission Time 2024-07-08 14:15:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:10:27: error: expected ‘;’ before ‘)’ token
10 | for(int i=0; i<=days<=i++){
| ^
| ;
sumint.cpp:13:19: error: expected ‘;’ before ‘}’ token
13 | sum+=numberinday
| ^
| ;
14 | }
| ~