私信TA
用户名:tujunlin
访问量:1269
签 名:
自我简介:
作者: 涂涂 发表时间:2017-06-23 19:50:14 浏览:671 | 评论:0
#include<stdio.h>
int main(){
int a,b,c,t;
scanf("%d%d%d\n",&a,&b,&c);
if(a>b)
t=a;
else
t=b;
if(c>t)
t=c;
printf("%d\n",t);
return 0;
}
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧