1924: 【分支】查找最大数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:34
Solved:32
Description
输入a,b,c三个数,打印出这三个数中的最大者。
Input
共一行,分别是a,b,c三个数。
Output
一个整数,最大的数。
Sample Input Copy
2 3 4
Sample Output Copy
4