Start: Sep, 19, 2017 23:00:00
2017程序设计基础第五章作业
End: Jan, 09, 2018 06:00:00
Time elapsed:
Time remaining:

【C系列5.7】指针专题之函数指针 1992

Time Limit:  1 s      Memory Limit:   32 MB
Submission:391     AC:266     Score:1

Description

Alex刚刚学习了函数指针int (*pfun)(int x, int y),请你用函数指针帮助Alex选出两个数中的较大数。

Input

包含多组输入。

每组输入是两个绝对值不大于100的整数a,b

Output

a、b中的较大值。

Samples

input
12 20
output
20