TopCoder

User's AC Ratio

70.7% (208/294)

Submission's AC Ratio

23.9% (271/1135)

Tags

Description

給你兩個數字,請你輸出比較大的那個。

Input Format

兩個數字A,B(1<=A,B<=1000,A不等於B)。

Output Format

請完整地輸出A與B中比較大的那個數。

Sample Input 1

3 5

Sample Output 1

5

Sample Input 2

10.1 12.3

Sample Output 2

12.3

Hints

這題真的不簡單= =

這題有 ACM 的風格。如果你傳了但是 wrong answer,多想想,什麼測資可能你的程式沒辦法處理。

Problem Source

原TIOJ1058 / C/C++程式設計入門。Problem Setter: Tmt, TimeString

Subtasks

No. Testdata Range Score
1 0 12
2 1 12
3 2 12
4 3 12
5 4 12
6 5 12
7 6 12
8 7 16

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 1000 65536 262144 1
1 1000 65536 262144 2
2 1000 65536 262144 3
3 1000 65536 262144 4
4 1000 65536 262144 5
5 1000 65536 262144 6
6 1000 65536 262144 7
7 1000 65536 262144 8