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