返回顶部
摘要: B. super_log https://nanti.jisuanke.com/t/41299 很容易推出来是一个连续的幂次。这里主要是要知道扩展欧拉定理对互质肯定也是生效的,不需要整这么多东西。 D. Robots https://nanti.jisuanke.com/t/41301 这个题目的D 阅读全文
posted @ 2019-09-01 19:33 Inko 阅读(165) 评论(0) 推荐(0)
摘要: https://codeforc.es/gym/101461 5题结束了,可能是只打了3个小时吧。要是E试试Java8去用高精浮点二分,或者坚持读下来发现F是个割点模板题?以后可能远古场还是不打了,要拉2015年以内的。 D City Game 悬线法求最大非1子矩阵,根据up[i][j]=(g[i 阅读全文
posted @ 2019-09-01 09:37 Inko 阅读(288) 评论(0) 推荐(0)
摘要: https://www.acwing.com/problem/content/97/ 看了一下感觉可以暴力做,踩了一些坑终于过了。 cpp include using namespace std; typedef long long ll; int cur; int set_ij(int u, in 阅读全文
posted @ 2019-09-01 00:15 Inko 阅读(218) 评论(0) 推荐(0)