悠游


私信TA

用户名:uq_87643911115

访问量:6710

签 名:

你好

等  级
排  名 42
经  验 12731
参赛次数 0
文章发表 206
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

大家好!我是糕手

解题思路:

注意事项:

参考代码:

#include<stdio.h>
int main()
{
	int a,max;
	scanf("%d",&a);
	max=a;
	while(~scanf("%d",&a)&&a!=-1)
	{
	    if(max<a)
	    {
	        max=a;
	    }
	}
	printf("%d",max);
	return 0;
}


 

0.0分

0 人评分

  评论区

  • «
  • »