#include<bits.stdc++.h>
using namespace std;
int main()
{
srand((unsigned)time(NULL));
rand()%100+1;
return 0;
}