Warning: session_start(): open(/tmp/sess_a78b1e58fc4071d30a794cad084cd9c6, O_RDWR) failed: No space left on device (28) in /data/wiki/inc/init.php on line 239
Warning: session_start(): Failed to read session data: files (path: ) in /data/wiki/inc/init.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/inc/auth.php on line 430
Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/inc/Action/Export.php on line 103
Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/inc/Action/Export.php on line 103
Warning: Cannot modify header information - headers already sent by (output started at /data/wiki/inc/init.php:239) in /data/wiki/inc/Action/Export.php on line 103
**Replay**
三排,开场通过签到J,I。
yyt发现D为数据结构,写D通过。
whx写K,写完提交WA,改算法后通过。
tzw猜出C乱搞做法,本地对拍通过提交WA。终场未通过。
**Problems**
D:线段树统计贡献。
C:双调排序/梳排序等排序网络
H:模拟。
**Dirt**
J(-1) 边界取错。
K(-2) kmp不能用来求回文,用manacher或二分哈希。
C(-6) 细节写挂。