摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5522水题:暴力过#include#include#include#include#define MAX 10010using namespace std;int main(){ int n,m,j,i;... 阅读全文
posted @ 2015-11-06 17:55 非我非非我 阅读(113) 评论(0) 推荐(0) 编辑