等考题库
更多题目课程内容
更多课程精选题解
更多
AtCoder Beginner Contest 464 F题
1. 核心数学推导:为什么能这么算? 通常我们求期望,是用“每个最终状态的总金额 $\times$ 到达该状态的概率”。但这题状态太多,...
AtCoder Beginner Contest 463F题
AtCoder 概率题思路整理 1. 先统计比赛类型 设: $$ mx = \max A i $$ 把所有选手分成三类: $$ \beg...
AtCoder Beginner Contest 461周赛A-F题解
A题 签到题 include using namespace std; int main { int a,b; cin a b; cou...