该文被密码保护。 阅读全文
posted @ 2019-11-07 23:56 Atoposyz 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 全概率公式 引例 先举个例子,小张从家到公司上班总共有三条路可以直达(如下图),但是每条路每天拥堵的可能性不太一样,由于路的远近不同,选择每条路的概率如下: $P(L_1)=0.5,P(L_2)=0.3,P(L_3)=0.2$ 每天上述三条路不拥堵的概率分别为: $P(C_1)=0.2,P(C_2) 阅读全文
posted @ 2019-11-07 17:25 Atoposyz 阅读(1676) 评论(0) 推荐(0) 编辑
摘要: ```cpp #include #include #include #include #include #include using namespace std; typedef long long lld; const int M = 1e9 + 7, N = 105; lld n, k; struct Mx{ lld m[N][N]; }a, ori; Mx mxmul(Mx u, Mx v, 阅读全文
posted @ 2019-11-07 08:23 Atoposyz 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 拓扑排序 "发糖果" 打成 数论 "洛谷P1082" "乘法逆元" 阅读全文
posted @ 2019-11-06 20:56 Atoposyz 阅读(91) 评论(0) 推荐(0) 编辑
摘要: posted on 2019 10 30 17:34:52 $\mathcal{XuanFly's}$ 模拟赛总结 $\color{navy}{written}$ $\color{navy}{with}$ $\LaTeX $ $\&$ $ \mathcal{Markdown}$ $\mathcal{ 阅读全文
posted @ 2019-11-06 20:55 Atoposyz 阅读(104) 评论(0) 推荐(0) 编辑
摘要: posted on 2019 10 31 06:27:53 $\mathcal{Using}$ $\color{purple}\LaTeX$ \mathfrak{} $\mathfrak{mathfrak1234}$ \mathrm{} $\mathrm{mathrm1234}$ \mathcal{ 阅读全文
posted @ 2019-11-06 20:55 Atoposyz 阅读(273) 评论(0) 推荐(0) 编辑
摘要: posted on 2019 08 26 21:09:05 "原文 _rqy's Code Style for OI" 本文介绍 的OI中的代码规范。其来源主要为 的长期积累及参考 代码规范、 的规范。 Inspired by "Menci’s Code Sytle for OI" 概述 语句必须置 阅读全文
posted @ 2019-11-06 20:55 Atoposyz 阅读(165) 评论(0) 推荐(0) 编辑
摘要: posted on 2019 08 31 11:52:58 "P2024 [NOI2001]食物链" 加权并查集 "P4198 楼房重建" 线段树 "上帝造题的七分钟2 " 树状数组(并查集优化) "简化" "乘法逆元" 阅读全文
posted @ 2019-11-06 20:54 Atoposyz 阅读(162) 评论(0) 推荐(0) 编辑
摘要: posted on 2019 09 12 21:24:26 "发糖果" 不知道优先级一定要加括号!!! 特别是位运算!!!!! "旅行商问题2" 特别是这两处tag的更新 "跳石头" 题目中这样一句话 $0 \leq M \leq N \leq 50000$ 我的程序中 hh正好小1 以后一定要多开 阅读全文
posted @ 2019-11-06 20:53 Atoposyz 阅读(123) 评论(0) 推荐(0) 编辑
摘要: posted on 2019 11 05 18:47:11 标程如下: 请自主选择好理解的程序阅读 阅读全文
posted @ 2019-11-06 20:52 Atoposyz 阅读(88) 评论(0) 推荐(0) 编辑