摘要:
codeforces gblobal round5 ABCD题解 阅读全文
摘要:
codeforces #595 div3题解 阅读全文
摘要:
J Description 输入一个数,输出其1.15倍,保留两位小数 Solution read&write E Description 给出两时间,计算其差值。 Solution 模拟即可 C Description 给出一个$n\leq100000$,求$n!的约数的约数个数$ Solutio 阅读全文
摘要:
Before 将中文手动改为UNICODE码, After 搞定。 阅读全文
摘要:
题目连接 原题描述 For a series: \begin{gathered} F(0) = 0,F(1) = 1\\ F(n) = 3*F(n-1)+2*F(n-2),(n \geq 2) \end{gathered}F(0)=0,F(1)=1F(n)=3∗F(n−1)+2∗F(n−2),(n≥ 阅读全文
摘要:
题目链接 Solution 二元组$(i,j)$表示循环节个数,循环个数。(组合数学里叫等价类和K不动置换类?) 不变置换:$1*(1,12)$ 面心$+90:3*(4,3)$ 面心$-90:3*(4,3)$ 面心$180:3*(2,6)$ 对棱$180:6*[(2,5)+(1,2)]$ 体心$12 阅读全文