Problem swayingflowers
User PlayVoltz
Submission Time 2023-05-19 16:20:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:8:20: error: expected ‘;’ before ‘}’ token
8 | count+=floor(r/i)
| ^
| ;
9 | }
| ~