Problem swayingflowers
User Tyx2019
Submission Time 2023-01-24 10:20:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swayingflowers.cpp: In function ‘int32_t main()’:
swayingflowers.cpp:7:52: error: expected ‘;’ before ‘}’ token
7 | int N,T; int ans=0; for(int i=1;i<=N;i++){ans+=T/i} cout << ans;
| ^
| ;