随笔分类 -  记录

把自己平时总结的一些知识记录下来
摘要:1 package excel; 2 import java.util.Scanner; 3 public class code14 { 4 public static void main (String[]args){ 5 Scanner reader =new Scanner(System.in 阅读全文
posted @ 2024-01-11 20:42 浮光跃迁 阅读(65) 评论(0) 推荐(0)
摘要:1 package excel; 2 import java.util.Scanner; 3 public class code12 { 4 public static void main (String []args){ 5 Scanner sc = new Scanner(System.in ) 阅读全文
posted @ 2024-01-11 13:20 浮光跃迁 阅读(28) 评论(0) 推荐(0)
摘要:1 public class code1 { 2 public static void main(String[]args) { 3 int[][] x = new int[6][6]; 4 for (int i = 0; i < x.length; i++) { 5 x[i][0] = 1; 6 阅读全文
posted @ 2023-12-26 19:49 浮光跃迁 阅读(86) 评论(0) 推荐(0)
摘要:public class code2 { public static void main(String[] args) { int[] x = {37, 89, 23}; for (int z = 0; z < x.length - 1; z++) { int minIndex = z; for ( 阅读全文
posted @ 2023-12-23 17:19 浮光跃迁 阅读(44) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2023-12-23 16:51 浮光跃迁 阅读(0) 评论(0) 推荐(0)