摘要:
package com.oop; public class IsPrime { public static void main(String[] args) { int sum = 0,i,j; for( i = 2; i <= 100;i++) { for( j = 2; j < i;j++) { 阅读全文
posted @ 2022-06-20 08:42
wjxuriel
阅读(271)
评论(0)
推荐(0)
摘要:
package com.oop; public class factorical { public static void main(String[] args) { long result = sumOf(10); System.out.println(result); long sum = su 阅读全文
posted @ 2022-06-20 08:41
wjxuriel
阅读(38)
评论(0)
推荐(0)
摘要:
package com.oop; public class gongyueshu { public static void main(String[] args) { int result = getCommonDivisor(60, 120); System.out.println(result) 阅读全文
posted @ 2022-06-20 08:41
wjxuriel
阅读(25)
评论(0)
推荐(0)

浙公网安备 33010602011771号