Loading

09 2021 档案

摘要:第四题 是个背包问题,我把状态转移方程写错了 import java.util.Scanner; public class Z4 { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n 阅读全文
posted @ 2021-09-26 22:16 ljs9 阅读(35) 评论(0) 推荐(0)
摘要:表格 \begin{table}[htbp] \caption{Weight distribution of edges when $\lambda_{\rm EventCount}=100$} % 表格标题 \begin{center} \scalebox{0.9}{ % 整体缩小防止越界 \be 阅读全文
posted @ 2021-09-10 15:23 ljs9 阅读(63) 评论(0) 推荐(0)
摘要:https://pintia.cn/problem-sets/994805342720868352/problems/994805528788582400 C语言 import java.util.Scanner; public class Main { public static void mai 阅读全文
posted @ 2021-09-09 21:31 ljs9 阅读(24) 评论(0) 推荐(0)