2013年3月30日

摘要: 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=4267解题 方法 利用 ( i - a )%k —> i%k == a%k 存进去 所有的余数;#include<iostream>#include<stdio.h>#include<cstring>#include<algorithm>using namespace std;int cnt[51234],N;int arr[12][12];struct date{ int lt,rt,num[56]; bool fell;}node[20000 阅读全文
posted @ 2013-03-30 14:38 浪舟 阅读(197) 评论(0) 推荐(0)

导航