Chinaunix首页 | 论坛 | 博客

发布时间:2014-12-01 11:11:58

#include <stdio.h>int main(){ int a,b,c; scanf("%d %d %d",&a,&b,&c); if(a>b && a>c) {  printf("max=%d\n",a);  return 0; } else if(b>a  &&  b>c) {  printf("max=%d\n",b);  return 0; } els.........【阅读全文】

阅读(922) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

小闹腾2016-07-04 15:06

回复  |  举报

高一生一世姜2014-11-19 21:16

继续努力

回复  |  举报

高一生一世姜2014-11-19 21:15

好 ,真好,太好了。

回复  |  举报
留言热议
请登录后留言。

登录 注册