摘要:
#include#include#includeusing namespace std;bool HARSH[260]; //实际上申请来之后初试都是falseint main(){ fill(HARSH,HARSH+260,true); char str1[10066]; char...
阅读全文
posted @ 2015-03-02 22:34
Evence
阅读(97)
推荐(0)
编辑
摘要:
#include#includeint harsh[10066];int arr[100066];int main(){ memset(harsh,0,sizeof(harsh)); memset(arr,0,sizeof(arr)); int n; scanf("%d",&n); for...
阅读全文
posted @ 2015-03-02 21:25
Evence
阅读(258)
推荐(0)
编辑
摘要:
#include#include#includeusing namespace std;int harsh[300];char str1[100066],str2[100066];int main(){ fill(harsh,harsh+300,true); //初始化全都是好的 gets...
阅读全文
posted @ 2015-03-02 20:51
Evence
阅读(237)
推荐(0)
编辑
摘要:
#include#includebool HARSH[256]={false}; //标记字符,初始化都未输出过int main(){ char str1[100],str2[100],tmp[100]; gets(str1); gets(str2); int len1=strle...
阅读全文
posted @ 2015-03-02 19:26
Evence
阅读(182)
推荐(0)
编辑
摘要:
#include#include#includeusing namespace std;struct Student{ int GE,GI,sum,rank,ID; int prefer[6];}STU[40066];struct School{ int want; //各学校招...
阅读全文
posted @ 2015-03-02 16:22
Evence
阅读(252)
推荐(0)
编辑
摘要:
#include#include#includeusing namespace std;int want[106]; //各学校招生人数struct Student{ int GE,GI,sum,rank,ID; int prefer[6]; bool R; /...
阅读全文
posted @ 2015-03-02 15:01
Evence
阅读(240)
推荐(0)
编辑
摘要:
#include#includeusing namespace std;struct Student{ char name[15]; char ID[15]; int gread;}STU[66666];bool cmp(Student a,Student b){ return a.grea...
阅读全文
posted @ 2015-03-02 11:21
Evence
阅读(106)
推荐(0)
编辑