#include<bits/stdc++.h> using namespace std; int main(){ // freopen("J4.in","r",stdin); // freopen("J4.out","w",stdout); srand(time(0)); cout<<rand()*rand()<<endl; return 0; }