摘要: 题目链接:https://vjudge.net/problem/POJ-3368#author=ljc1113 1 #include<cstdio> 2 #include<cmath> 3 #include<algorithm> 4 using namespace std; 5 const int 阅读全文
posted @ 2022-04-15 18:12 TFLSNOI 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://www.luogu.com.cn/problem/P2880 1 #include<cstdio> 2 #include<cmath> 3 #include<algorithm> 4 using namespace std; 5 const int maxn=5e4+10; 阅读全文
posted @ 2022-04-15 15:22 TFLSNOI 阅读(19) 评论(0) 推荐(0) 编辑