问答题

从键盘上输入三个数,求出其中最大的一个数。

【参考答案】

main()  { int a,b,c,max;  scanf(“%d,%d,%d”,&a,&b,&c);  if (a......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
热门 试题