public class Test {
public static void main(String[] args) {
int num=(int)(Math.random()*101);
System.out.println(num);
}
}

公众号:神经病集散中心