上一页 1 2 3 4 5 6 ··· 8 下一页
该文被密码保护。 阅读全文
posted @ 2025-04-07 18:03 latent_Lin 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-04-07 10:29 latent_Lin 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-04-06 17:50 latent_Lin 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-03-27 10:49 latent_Lin 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-03-26 20:38 latent_Lin 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-03-25 18:46 latent_Lin 阅读(1) 评论(0) 推荐(0)
摘要: import numpy as np import matplotlib.pyplot as plt # Fixing random state for reproducibility np.random.seed(19680801) plt.title('My second Python plot 阅读全文
posted @ 2023-10-30 15:26 latent_Lin 阅读(11) 评论(0) 推荐(0)
摘要: https://www.csdn.net/tags/OtTaYgzsMDk1ODYtYmxvZwO0O0OO0O0O.html https://www.csdn.net/tags/MtTacgxsNTg0NTktYmxvZwO0O0OO0O0O.html https://blog.csdn.net/ 阅读全文
posted @ 2022-10-28 20:49 latent_Lin 阅读(28) 评论(0) 推荐(0)
摘要: n个点n条边 BZOJ1040 骑士(自己搜,luogu无) very good 题解 阅读全文
posted @ 2021-11-18 20:26 latent_Lin 阅读(24) 评论(0) 推荐(0)
摘要: 题目传送门 神奇的解法(不同于俺的暴力算法):分层图处理,变DAG后保证第二层图,不再重复第一层图经过点(某篇洛谷题解说的) 俺的代码↓ #include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<ma 阅读全文
posted @ 2021-11-11 19:38 latent_Lin 阅读(52) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 8 下一页