设为首页 加入收藏

TOP

UVa644 - Immediate Decodability
2014-11-23 21:12:43 来源: 作者: 【 】 浏览:5
Tags:UVa644 Immediate Decodability
#include 
#include 
int main()
{
	char s[100][100];
	char str[100];
	int cas=1;
	int n;
	int i,j,k;
	while(scanf("%s",str)!=EOF)
	{
		n=0;
		while (str[0]!='9')
		{
			strcpy(s[n++],str);
			scanf("%s",str);
		}
		int flag=1;
		for(i=0;i 
 

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇hdu4337 King Arthur's Knigh.. 下一篇UVa10815 - Andy's First Dic..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·我的Linux内核学习笔 (2025-12-26 22:21:10)
·如何评价腾讯开源的 (2025-12-26 22:21:07)
·为什么TCP网络编程中 (2025-12-26 22:21:04)
·Python 数据分析与可 (2025-12-26 21:51:20)
·从零开始学Python之 (2025-12-26 21:51:17)