#include using namespace std; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a>l>>r; vector cnt(r+1,0); for(int i=l;i<=r;i++) for(int j=i+i;j<=r;j+=i) cnt[j]=1; int ans=0; for(int i=l+1;i<=r;i++) if(!cnt[i]) ans++; cout<