#include #include using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int L,R;cin>>L>>R; int ans=0; for(int i=L+1;i<=R;i++) { if(i==296||i==417)ans++; } cout<