hdu1072翻译火星文(未解决)

未解决

完成进度:将字典升序排列

#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<algorithm>
using namespace std;
typedef struct
{
	char english[20];
	char martian[20];
	int len;  //火星文长度
}dictionary;

typedef struct
{
	char tx[3100];
}book;

int cmp(dictionary a,dictionary b)
{
	return strcmp(a.martian,b.martian)<=0;
}

int main()
{
	dictionary a[10000];
	book b[100];
	int i,n,t,j;
	char case_[200],*p,*q;
	i=j=0;
	while(~scanf("%s",a[i].english))
	{
		getchar();
		if(!strcmp(a[i].english,"END")) break;
		else if(!strcmp(a[i].english,"START")) continue;
		scanf("%s",a[i++].martian);
		a[i-1].len=strlen(a[i-1].martian);
	}
	while(gets(b[j].tx))
	{
		if(!strcmp(b[j].tx,"END")) break;
  		else if(!strcmp(b[j].tx,"START")) continue;
  		j++;
	}
	sort(a,a+i,cmp);
	return 0;
}


全部评论

相关推荐

白火同学:1、简历可以浓缩成一页,简历简历先要“简”方便HR快速过滤出有效信息,再要“历”用有效信息突出个人的含金量。 2、教育背景少了入学时间~毕业时间,HR判断不出你是否为应届生。 3、如果你的平台账号效果还不错,可以把账号超链接或者用户名贴到对应位置,一是方便HR知道你是具体做了什么内容的运营,看到账号一目了然,二是口说无凭,账号为证,这更有说服力。
面试被问期望薪资时该如何...
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务