| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 581 人关注过本帖
标题:回复 “深圳一公司招聘题”
取消只看楼主 加入收藏
herotobe
Rank: 1
等 级:新手上路
威 望:1
帖 子:48
专家分:0
注 册:2006-5-3
收藏
 问题点数:0 回复次数:1 
回复 “深圳一公司招聘题”

#define N 10
main()
{int i,a[N];
int judge(int *p);
printf("Enter your data \n");
for(i=0;i<N;i++)
{ scanf("%d",&a[i]); }
judge(a) ? printf("YES") : printf("NO") ;

getch(); /* 请不要删除此行 */
}

int judge(int * p)
{ static i=1;
if(i<N)
{ if(p[i]<p[i+1])
{i++;judge(p);}
else return(0);
}
else return(1);
}

搜索更多相关主题的帖子: 深圳 招聘 
2006-05-06 19:52
herotobe
Rank: 1
等 级:新手上路
威 望:1
帖 子:48
专家分:0
注 册:2006-5-3
收藏
得分:0 
static i=1;

After all,tomorrow is another day!!!!
2006-05-06 20:42
快速回复:回复 “深圳一公司招聘题”
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012473 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved