2015年3月3日
摘要: #include#includeusing namespace std;int arr1[1000066];int arr2[1000066];int main(){ int n1,n2; scanf("%d",&n1); for(int i=0 ; i<n1 ; ++i) { sca... 阅读全文
posted @ 2015-03-03 23:43 Evence 阅读(137) 评论(0) 推荐(0)
摘要: #include#includeusing namespace std;bool HARSH[10066]; //实际上申请来之后初试都是falsebool cmp(int a,int b){ return a>b;}int main(){ fill(HARSH,HARSH+1066,... 阅读全文
posted @ 2015-03-03 12:27 Evence 阅读(166) 评论(0) 推荐(0)