摘要: 1 import java.util.*; 2 3 public class Main { 4 public static void main(String args[]) { 5 int o,t,th,f,before,behind=0; 6 for (int start = 1000; star 阅读全文
posted @ 2023-03-13 12:16 帆のBlog 阅读(14) 评论(0) 推荐(0)
摘要: 1 import java.util.*; 2 3 public class Main { 4 public static void main(String[] args) { 5 Scanner scanner = new Scanner(System.in); 6 int n = scanner 阅读全文
posted @ 2023-03-13 12:10 帆のBlog 阅读(20) 评论(0) 推荐(0)
摘要: 1 import java.util.*; 2 3 public class Main 4 { public static void main(String args[]) { 5 Scanner scanner = new Scanner(System.in); 6 Integer aIntege 阅读全文
posted @ 2023-03-13 12:06 帆のBlog 阅读(21) 评论(0) 推荐(0)
摘要: 1 import java.util.*; 2 3 public class Main { 4 public static void main(String[] args) { 5 int add = 0; 6 Scanner scanner = new Scanner(System.in); 7 阅读全文
posted @ 2023-03-13 11:50 帆のBlog 阅读(19) 评论(0) 推荐(0)