有三个整数a b c,由键盘输入,输出其中的最大的数。
一行数组,分别为a b c
a b c其中最大的数
10 20 30
30
max ? if(a>b) ?
int main(){
return 0; }
C语言教程