#include #define INF 1e9 #define llINF 1e18 #define MOD 1e9+7 #define pb push_back #define mp make_pair #define F first #define S second #define ll long long using namespace std; uint32_t x=0,y=1,z=2,w=3; uint32_t generate() { uint32_t t = (x^(x<<11)); x = y; y = z; z = w; w = (w ^ (w >> 19)) ^ (t ^ (t >> 8)); return w; } int main(){ uint32_t seed; cin>>seed; x=seed; dequea; ll left=0,right=pow(2,32); ll mid=0; while(right-left>1){ // cout<num) cnt2++; } if(cnt==5000000&&cnt2==5000000){cout<5000000){ left=mid; }else if(cnt==5000000){ right=mid; } } //cout<