Toggle navigation
CGOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Language
中文
ئۇيغۇرچە
English
فارسی
ไทย
한국어
Problem4595--找最大的数
4595: 找最大的数
[Creator :
]
Time Limit :
1.000
sec
Memory Limit :
128 MiB
Submit
Solved: 6
Submit Num: 9
Statistics
ShowOff!
Description
给出三个整数
a,b,c
(0≤a,b,c≤100)
。
找到这三个数中
最大
的数。
例如输入:
4 8 6
输出
8
输入
6 6 6
输出
6
Sample Input
Copy
4 8 6
Sample Output
Copy
8
Source/Category
分支结构