#include <bits/stdc++.h> using namespace std; int main() { srand(time(0)*88); cout << rand() << endl; return 0; }