public class rd{
public static void main (String[] args){
Random rand = new Random();
int x = rand.nextInt() %101;
System.out.println(x);
}
}
public class rd{
public static void main (String[] args){
Random rand = new Random();
int x = rand.nextInt() %101;
System.out.println(x);
}
}