上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
  2025年5月12日
摘要: 编程题:17 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int N = scanne 阅读全文
posted @ 2025-05-12 23:22 Swishy 阅读(4) 评论(0) 推荐(0)
摘要: 编程题:16 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int A = sc.nextInt( 阅读全文
posted @ 2025-05-12 23:22 Swishy 阅读(5) 评论(0) 推荐(0)
摘要: 编程题:15 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double eps = s 阅读全文
posted @ 2025-05-12 23:22 Swishy 阅读(10) 评论(0) 推荐(0)
摘要: 编程题:11 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double x = sca 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(15) 评论(0) 推荐(0)
摘要: 编程题:13 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double Open = 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(12) 评论(0) 推荐(0)
摘要: 编程题:12 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int num1 = sca 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(13) 评论(0) 推荐(0)
摘要: 编程题:14 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int A = scanne 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(6) 评论(0) 推荐(0)
摘要: 编程题:10 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int years = sc 阅读全文
posted @ 2025-05-12 23:20 Swishy 阅读(10) 评论(0) 推荐(0)
  2025年4月21日
摘要: 编程题:9 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = scanner 阅读全文
posted @ 2025-04-21 22:59 Swishy 阅读(7) 评论(0) 推荐(0)
  2025年4月18日
摘要: 编程题: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int speed = scan 阅读全文
posted @ 2025-04-18 21:42 Swishy 阅读(8) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页