1677: 自定义函数求4个大数中的最大值
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:47
Solved:30
Description
定义一个函数求4个正整数中的最大值,四个数字很大,但不会超过100位。
函数名mymax。
函数名mymax。
Input
分4行输入4个整数。
Output
4个数中的最大值。
Sample Input Copy
1
3
12
4
Sample Output Copy
12