摘要: import java.util.Scanner; import java.util.Stack; public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanne 阅读全文
posted @ 2026-04-01 14:15 kayaker 阅读(5) 评论(0) 推荐(0)
摘要: 不知道为什么只能用kotlin提交,第一次尝试写 fun main() = Scanner(System.`in`).run { val n = nextLine().toInt() repeat(n) { val a = nextInt() val b = nextInt() val c = ne 阅读全文
posted @ 2026-03-31 17:22 kayaker 阅读(1) 评论(0) 推荐(0)
摘要: import java.util.HashSet; import java.util.Scanner; import java.util.Set; public class App { public static void main(String[] args) throws Exception { 阅读全文
posted @ 2026-01-22 15:03 kayaker 阅读(7) 评论(0) 推荐(0)
摘要: public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int n = Integer.parseInt(sc.nextLine 阅读全文
posted @ 2026-01-19 17:00 kayaker 阅读(10) 评论(0) 推荐(0)
摘要: import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int n = In 阅读全文
posted @ 2025-07-09 15:44 kayaker 阅读(12) 评论(0) 推荐(0)
摘要: public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int n = Integer.parseInt(sc.nextLine 阅读全文
posted @ 2025-04-09 10:37 kayaker 阅读(16) 评论(0) 推荐(0)
摘要: public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int n = Integer.parseInt(sc.nextLine 阅读全文
posted @ 2025-04-03 09:44 kayaker 阅读(43) 评论(0) 推荐(0)
摘要: 环境:redhat linux x86_64, ollama v0.1.44, bge-large-zh-v1.5.gguf 问题步骤: bge嵌入模型通过modelscope下载后,执行ollama create bge-large-zh-v1.5 --f Modelfile,导入嵌入模型 执行 阅读全文
posted @ 2025-03-31 09:42 kayaker 阅读(1317) 评论(0) 推荐(0)
摘要: import java.util.Queue; import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanne 阅读全文
posted @ 2025-03-26 15:29 kayaker 阅读(24) 评论(0) 推荐(0)
摘要: public class App { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.in); int cases = Integer.parseInt(sc.next 阅读全文
posted @ 2025-03-26 15:25 kayaker 阅读(17) 评论(0) 推荐(0)