摘要: 题目链接:http://poj.org/problem?id=2182 ac代码: 1 #include<iostream> 2 #include<algorithm> 3 #include<cstring> 4 using namespace std; 5 const int N = 8000 + 阅读全文
posted @ 2022-03-21 11:44 Keyzee 阅读(27) 评论(0) 推荐(0)