摘要:
上午 ZJOI2020 密码 给定 (p) 级别在 (10^{18}) ,有一个未知数 (x) ,会给 (a_ix\pmod p) ,但有 ([-10^{16}/2,10^{16}/2]) 的误差。误差之间独立且随机。(x,a_i) 随机。 方法 1 一个条件相当于是 (L_i\le a_ix\le 阅读全文
摘要:
A 好, 一眼不会, 很好。 直接枚举长度, 然后枚举下取整以后的值, 直接暴力即可。 B 考虑按照从小到大的顺序 \(dp\), 记录一个 \(f_i\) 表示当前值是 \(i\) 的方案数, 转移转移就好了。 C 多项式狗都不做。 阅读全文
摘要:
刷访问量 阅读全文
摘要:
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cstdlib> #include<ctime> #include<unistd.h> using namespace std; const 阅读全文
摘要:
努力罢了。 阅读全文