合集-瑰丽算法

摘要:1 import java.util.*; 2 3 // 注意类名必须为 Main, 不要有任何 package xxx 信息 4 public class Main { 5 public static void main(String[] args) { 6 Scanner in = new Sc 阅读全文
posted @ 2022-05-23 07:05 AI大火腿 阅读(68) 评论(0) 推荐(0)
摘要:import java.util.*; // 注意类名必须为 Main, 不要有任何 package xxx 信息 public class Main { public static void main(String[] args) { Scanner in = new Scanner(System 阅读全文
posted @ 2022-05-23 07:33 AI大火腿 阅读(60) 评论(0) 推荐(0)
摘要:目标就是为了分享 AI处理器 https://blog.csdn.net/qq_53208184/article/details/129734647Excel单元格数值统计 https://wiki.amoscloud.com/zh/ProgramingPractice/NowCoder/Adecc 阅读全文
posted @ 2023-04-03 12:40 AI大火腿 阅读(359) 评论(0) 推荐(0)
摘要:import java.util.*; // 注意类名必须为 Main, 不要有任何 package xxx 信息 public class Main { public static void main(String[] args) { Scanner in = new Scanner(System 阅读全文
posted @ 2022-05-23 08:56 AI大火腿 阅读(86) 评论(0) 推荐(0)
摘要:逆波兰表达式 https://zhuanlan.zhihu.com/p/357982040 两个数交换 let a = 11, b = 2;a ^= b;b ^= a;a ^= b;console.log(a, b); 动态规划 https://www.cnblogs.com/yyyyfly1/p/ 阅读全文
posted @ 2023-03-31 16:32 AI大火腿 阅读(33) 评论(0) 推荐(0)

跟随粒子特效