私信TA
用户名:helloroot
访问量:9641
签 名:
自我简介:
作者: helloroot 发表时间:2017-09-12 12:45:38 浏览:874 | 评论:0
解题思路:注意事项:参考代码:
#include <stdio.h> int main() { int a,b,c,d; scanf("%d%d%d", &a,&b,&c); printf("%d\n", a > b ? a > c ? a : c : b > c ? b : c ); return 0; }
0.0分
2 人评分