摘要:
package Test2; public class Test2 { public static int square(int x) { return x*x; } public static double square(double y) { return y*y; } public stati 阅读全文
posted @ 2022-09-20 11:24
实名吓我一跳
阅读(25)
评论(0)
推荐(0)
摘要:
package Test; import java.util.Scanner; public class Test { public static void random(long l){long l1; for(int i=0;i<1000;i++) { l1=(16807*l+0)%java.l 阅读全文
posted @ 2022-09-20 11:10
实名吓我一跳
阅读(61)
评论(0)
推荐(0)
浙公网安备 33010602011771号