博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Let the Balloon Rise
阅读量:4706 次
发布时间:2019-06-10

本文共 426 字,大约阅读时间需要 1 分钟。

#include
#include
int main( ){ char ch[1100][20]; int d[1100],visit[1100],N,M,i,j,t; while(scanf("%d",&N),N) { t=0; for(i=0;i<=N;i++) d[i]=1; memset(visit,0,sizeof(visit)); for(i=0;i
t) { t=d[i]; j=i; } printf("%s\n",ch[j]); } return 0;}

转载于:https://www.cnblogs.com/tangcong/archive/2011/05/03/2035361.html

你可能感兴趣的文章
JavaScript Date(日期)对象 实例
查看>>
设计模式 -- 外观模式
查看>>
HDU 1398
查看>>
Transition FrameWork
查看>>
Winform DataGridView 保证最后一行显示
查看>>
iOS中图片的加载方式随记
查看>>
Centos5.7安装postgresql8.1
查看>>
[转]从头到尾彻底理解KMP
查看>>
让梦想起航!
查看>>
JS异步加载的三种方案
查看>>
go开发环境
查看>>
茶叶店也可以用数据分析
查看>>
sas单变量的特征分析
查看>>
2016房价是涨还是跌,大数据告诉你
查看>>
AjaxPro实例用法
查看>>
windows系统中软件开发常用的软件
查看>>
内存泄漏典型例子
查看>>
Netty源码分析第8章(高性能工具类FastThreadLocal和Recycler)---->第5节: 同线程回收对象...
查看>>
jquery Deferred 对象应用实例
查看>>
[LeetCode] #25 Reverse Nodes in k-Group
查看>>