#include using namespace std; using ll = long long; #define rep(i, n) for (int i = 0; i < (ll)(n); i++) #define oke cout << "Yes" << '\n'; #define dame cout << "No" << '\n'; #define all(a) a.begin(), a.end() #define rall(a) a.rbegin(), a.rend() using HaiI = vector>; using Hai2 = vector>; using HaiB = vector>; using Hai3 = vector>>; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); cout << fixed << setprecision(15); ll l,r; cin>>l>>r; int cut=0; for(int i=l+1;i<=r;i++){ if(i==296 || i==417){ cut++; } } cout<