祝小筱
祝小筱
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
祝小筱的博客
全部文章
(共1篇)
题解 | #剩下的树#
非常暴力 #include<cstdio> #include <cstring> bool tree[10010]; int main(){ int L,n,l,r; scanf("%d%d",&L,&n); for(int i=0;i<=L;...
C++
2022-02-12
12
417