摘要:
Jessie and Justin want to participate in e sports. E sports contain many games, but they don't know which one to choose, so they use a way to make dec 阅读全文
摘要:
C 模拟 题意:给的是一个矩形,然后√2 的速度走,如果走到边上就正常反射,走到角上,暂停反射,我们知道要不循环要不暂停,记录走到的点最短时间 /************************************************************************* > F 阅读全文
摘要:
题意:给了一个矩阵图,要求使用回路把图中的树全部吃掉的方案树,没有树的点不能走,吃完了这个点也就没有了,走到哪吃到哪用插头dp搞#include #include #include #include #include using namespace std;typedef long long LL;... 阅读全文