摘要: 下半年是保研的关键时期了 , 所以主要围绕保研来制定计划 任何计划的制定都需要明确两个东西 : 时间和目标 , 进而将它们对应拆解为小目标以及完成需要的时间 那么显然应该拆分一下保研的要求 刷绩点 这没什么好说的,首先要进入30%的线 另外如果要精准点的话 : 去年似乎是39人保研,那么今年保守点也 阅读全文
posted @ 2025-07-21 00:28 Guaninf 阅读(18) 评论(0) 推荐(0)
摘要: 纯粹的热爱世界, 对其多样性的好奇, 引发出无限的成长, 探索和学习, 让人变得强大 阅读全文
posted @ 2025-10-07 21:48 Guaninf 阅读(5) 评论(0) 推荐(0)
摘要: 写作业的时候如果遇到不会的地方 , 就可以跳过它 , 然后先写别的 , 类似于网络IO的时候可以让CPU去干别的事 阅读全文
posted @ 2025-06-24 21:14 Guaninf 阅读(8) 评论(0) 推荐(0)
摘要: 如计算机导论 , 计算机网络 , 数据库系统概念等 这类书的特点是知识量大 , 晦涩难懂 为此可以尝试阅读时首先分析章节目录结构 , 然后提前翻到后面看题目 , 再在正文阅读时 , 隔段阅读并且将信息转换为对某个问题的解答 , 阅读完毕后再回到题目处尝试求解 单次阅读产物为具有目录结构的问题集合 , 阅读全文
posted @ 2025-06-21 21:47 Guaninf 阅读(7) 评论(0) 推荐(0)
摘要: #include<bits/stdc++.h> using namespace std; int mp[39]; int main() { string s; cin>>s; int cnt = 0; int ans = 0x3f3f3f3f; int n = s.length(); for (in 阅读全文
posted @ 2025-06-19 10:28 Guaninf 阅读(34) 评论(0) 推荐(0)
摘要: 6月16日-6月22日 周五6-20 牛客练习赛141 周六6-21 22:30-0:00 第159场leetcode周赛 周六6-21 22:35-1:05 Codeforces Round 1033 Div.1 + Div.2 周日6-22 10:30-12:00 第455场leetcode周赛 阅读全文
posted @ 2025-06-19 09:55 Guaninf 阅读(7) 评论(0) 推荐(0)
摘要: 我发现自己的基础知识极其欠缺 在两个填空题都遇到了一些问题 尤其是第二个 , 几乎困扰了我1个小时 排列组合 , 我完全忘记怎么写一个东西的全排列了 以及那个c语言的next_perxxx的函数也忘记怎么写了(应该是next_permutationQAQ) 然后是线段树 ,不知道怎么维护 感觉自己只 阅读全文
posted @ 2025-06-15 13:58 Guaninf 阅读(25) 评论(0) 推荐(0)
摘要: 代码 #include<bits/stdc++.h> using namespace std; inline int read() { int ans = 0, f = 1; char ch = getchar(); while (ch < '0' || ch > '9') { if (ch == 阅读全文
posted @ 2025-06-01 11:33 Guaninf 阅读(26) 评论(0) 推荐(0)
摘要: 关闭同步流 ios::sync_with_stdio(false); 快读 inline int read() { int ans = 0, f = 1; char ch = getchar(); while (ch < '0' || ch > '9') { if (ch == '-')f = -1 阅读全文
posted @ 2025-05-31 18:54 Guaninf 阅读(15) 评论(0) 推荐(0)
摘要: 尘世已了 继续学习 阅读全文
posted @ 2025-05-26 18:18 Guaninf 阅读(18) 评论(0) 推荐(0)