当前位置:网站首页>2022/8/3 考试总结
2022/8/3 考试总结
2022-08-03 22:28:00 【迷蒙之雨】
时间安排
7:30~8:00
先看了一遍题,感觉一道都不会,非常自闭。
8:00~9:00
写了T2的暴力。
9:00~9:20
写T3的暴力
9:20~10:00
写T3的第二和第三档,但是不知为什么答案总是会大。
于是就放弃了
10:00~11:00
T1可以斯特林拆幂之后容斥做,但是不知道为什么答案总是不对。自闭。
11:00~12:00
想了想T2的 O ( n 2 ) O(n^2) O(n2),写完过了大样例。
考后总结
T1
就是套路的用斯特林数拆幂,转化为组合意义,然后通过容斥进行dp,总之就是非常套路。
考试的时候有个细节写错了,导致挂了。
T2
O ( n l o g 3 n ) O(nlog^3n) O(nlog3n)
dsu on tree,然后用树链剖分统计 d [ y ] − 2 ∗ c n t [ x ] [ y ] d[y]-2*cnt[x][y] d[y]−2∗cnt[x][y]
复杂度 O ( n l o g 3 n ) O(nlog^3n) O(nlog3n),但是常数不大。不过非常好些。
O ( n l o g 3 n ) O(nlog^3n) O(nlog3n)
用线段树合并维护,然后还是树链剖分,不过空间是 O ( n l o g 2 n ) O(nlog^2n) O(nlog2n),很危险。
于是把每一条重链公用一棵线段树,于是空间单log。
T3
就是dp,只不过出题人实现的更妙。
待upd。
边栏推荐
猜你喜欢
全球观之地理部分
noip preliminary round
授人以渔 - 如何自行查询任意 SAP UI5 控件属性的文档和技术实现细节试读版
[N1CTF 2018] eating_cms
.NET6之MiniAPI(十四):跨域CORS(上)
Flutter 桌面探索 | 自定义可拖拽导航栏
HCIP第十五天
First domestic open source framework 】 【 general cloud computing framework, any program can be made into cloud computing.
113. Teach a Man how to fish - How to query the documentation and technical implementation details of any SAP UI5 control property by yourself
Bytebase database schema change management tool
随机推荐
MiniAPI of .NET6 (14): Cross-domain CORS (Part 1)
encapsulation, package, access modifier, static variable
488. Zuma Game
Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D 论文笔记
线上服务器老是卡,该如何优化?
关于Yii2批量更新的操作
start with connect by 实现递归查询
藏宝计划TreasureProject(TPC)系统模式开发技术原理
for循环练习题
一些思考:腾讯股价为何持续都低
RPA助力商超订单自动化!
HDU 5655 CA Loves Stick
How many way of calling a function?
113. 授人以渔 - 如何自行查询任意 SAP UI5 控件属性的文档和技术实现细节
Internet user account information management regulations come into effect today: must crack down on account trading and gray products
Why do we need callbacks
优化查询(工作中)
PowerMockup 4.3.4::::Crack
Work Subtotal QT Packing
UVa 437 - The Tower of Babylon(白书)