Start: Oct, 12, 2016 00:00:00
2016程序设计基础第四次作业
End: Jan, 05, 2017 02:00:00
Time elapsed:
Time remaining:

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

Time Limit:  1 s      Memory Limit:   32 MB
Submission:286     AC:172     Score:1

Description

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

Input

包含多组输入。

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

Output

a、b中的较大值。

Samples

input
12 20
output
20