练习专区

今天的一小步就是明天的一大步
Problem 1004 谁最大
Accepted: 13   Total Submit: 25
Time Limit: 1000ms   Memory Limit: 30720KB
Description
找出两个数中的最大数。
Input
输入两个数。
Output
按格式输出这两个数中的最大数。
Sample Input
993 994
Sample Output
The max number is 994.
Hint
提交     返回