会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
$$ \newcommand{\seq}[2]{{#1}_{1},{#1}_{2},\cdots,{#1}_{#2}} \newcommand{\num}[1]{1,2,\cdots,#1} \newcommand{\stra}[2]{\begin{bmatrix}#1 \\ #2\end{bmatrix}} \newcommand{\strb}[2]{\begin{Bmatrix}#1 \\ #2\end{Bmatrix}} \newcommand{\dw}[1]{\underline{#1}} \newcommand{\up}[1]{\overline{#1}} $$
chc_1234567890
博客园
首页
新随笔
联系
订阅
管理
2019年9月18日
Codeforces 1103
摘要: "A." 解 水题 Code "C." "解"
阅读全文
posted @ 2019-09-18 20:58 chc_1234567890
阅读(88)
评论(0)
推荐(0)
编辑
Codeforces 1188
摘要: "A." 解 寻找是否有度数为2的点。 "B." 解 推式子 等式两边同乘以 $a_i a_j$ : $$(a_i^2 a_j^2)(a_i^2+a_j^2)≡k(a_i a_j) \pmod p$$ $$a_i^4 ka_i≡a_j^4 ka_j \pmod p$$ 用map扫一遍。
阅读全文
posted @ 2019-09-18 20:48 chc_1234567890
阅读(110)
评论(0)
推荐(0)
编辑
公告