摘要: http://ybt.ssoier.cn:8088/problem_show.php?pid=1387 1 #include<bits/stdc++.h> 2 using namespace std; 3 struct cloud{ 4 int c; 5 int d; 6 int fa; 7 }; 阅读全文
posted @ 2021-01-15 09:43 TFLSNOI 阅读(151) 评论(0) 推荐(0) 编辑