#include <bits/stdc++.h> using namespace std; signed main(){ srand(time(0)); printf("%llu\n",rand()); return 0; }