window.cnblogsConfig = { homeTopImg: [ "https://cdn.luogu.com.cn/upload/image_hosting/clcd8ydf.png", "https://cdn.luogu.com.cn/upload/image_hosting/clcd8ydf.png" ], }
摘要: 这一年的情况 AtCoder 等级分 860分,参加16场rating。于今年9.30开始打。每一场abc和arc几乎都有打。performance最高是:link。切了ABCDE。 也打了一些VP: 2023.12.6 ABC312 VP(OI赛制) 2023.12.9 ABC301 VP(OI赛 阅读全文
posted @ 2024-01-05 21:45 gsczl71 阅读(81) 评论(0) 推荐(0) 编辑
摘要: ABC比赛复盘 阅读全文
posted @ 2023-12-28 23:37 gsczl71 阅读(344) 评论(1) 推荐(2) 编辑
摘要: 2023.12.24 欧美同学基金会与深外合作揭牌仪式 杜瑜皓 【IOI 2015 金牌】 AtCoder 账号 apiad(曾位居 tourist 之下 (有过rt rk2)。 镇海中学,whk 裸考可上清北,报送至清华。 IOI 2015 国家队成员,获 IOI 全球 rk 4,金牌。 OIer 阅读全文
posted @ 2023-12-24 10:12 gsczl71 阅读(110) 评论(0) 推荐(0) 编辑
摘要: USACO 比赛复盘 阅读全文
posted @ 2023-12-17 17:56 gsczl71 阅读(436) 评论(1) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2023-12-17 00:06 gsczl71 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Nim 游戏 甲,乙两个人玩 nim 取石子游戏。 nim 游戏的规则是这样的:地上有 \(n\) 堆石子(每堆石子数量小于 \(10^4\)),每人每次可从任意一堆石子里取出任意多枚石子扔掉,可以取完,不能不取。每次只能从一堆里取。最后没石子可取的人就输了。假如甲是先手,且告诉你这 \(n\) 堆 阅读全文
posted @ 2023-12-15 20:41 gsczl71 阅读(31) 评论(1) 推荐(1) 编辑
摘要: 高精度模板 copy老师的代码 @_xuefeng #include<bits/stdc++.h> using namespace std; char ch[500000]; struct node{ int s[1000000],len; void init(){ scanf("%s",ch+1) 阅读全文
posted @ 2023-12-08 20:16 gsczl71 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 2023 12 02 数论:裴蜀定理,逆元,线性同余方程 Link 2023 12 08 三分 Link 阅读全文
posted @ 2023-12-02 15:02 gsczl71 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 欧拉函数 定义 欧拉函数 \(\phi(n)\) 代表的是 \([1,n]\) 之间与 \(n\) 互质的数量。 公式 \(\phi(n) = n \times (1- \dfrac{1}{p_1})\times (1- \dfrac{1}{p_2})\times (1- \dfrac{1}{p_3 阅读全文
posted @ 2023-12-01 21:57 gsczl71 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 讲解如何设置我的主题。 阅读全文
posted @ 2023-11-26 17:56 gsczl71 阅读(97) 评论(2) 推荐(1) 编辑