文章
65
标签
74
分类
29
主页
关于
标签
分类
归档
Cauphenuny's Blog
20210129 考试总结
搜索
主页
关于
标签
分类
归档
20210129 考试总结
发表于
2021-01-29
|
更新于
2023-08-02
|
oi
考试总结
|
总字数:
8
|
浏览量:
改题去了,等会填坑
文章作者:
Cauphenuny
文章链接:
https://cauphenuny.github.io/2021/01/29/exam-20210129/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Cauphenuny's Blog
!
上一篇
20210206~07 考试总结
这两天考的都是 USACO 的题 USACO 2019 December Contest, Platinum pieaters 区间 dp ,注意枚举端点 i,j,k 的顺序,模拟一下就好了,如果使用了未更新的状态,就是错的 sorry for that i don’t have a chinese input method Functions: g(x, l, r) means we have the largest cow which can eat pos(x) , and it can only affect pies in [l, r] f(x, l, r) means the weight summary that we can get from a sequence of cows, and it only affect pies in [l, r] So we have the things below: 12345678910111213foreach cow_i foreach x in range[l_i, r_i] g(x, l_i, r_i) =...
下一篇
20200116~17 考试总结
这两天考了学长出的一套省选模拟题。(似乎是 Matthew99 /se Day 1 A 建出 SAM 后就是在 parent tree 上找 LCA。 B 是 CF708c 的加强版。 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151//author: ycp | https://ycpedef.github.io//#pragma GCC...
评论
Cauphenuny
文章
65
标签
74
分类
29
Follow Me
最新文章
brainfuck 代码生成工具 - 将C代码编译到brainfuck
2024-11-22
给C++实现一个模式匹配
2024-11-08
Xcode CLT 一个有意思的机制
2024-07-05
从零开始打造一个原琴模拟器
2024-06-14
C++20 新特性试玩:concept
2024-04-19
搜索
数据加载中