Start: Oct, 11, 2023 01:00:00
2023程序设计基础第五章作业
End: Jan, 26, 2024 00:00:00
Time elapsed:
Time remaining:

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

Time Limit:  1 s      Memory Limit:   32 MB
Submission:623     AC:368     Score:0

Description

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

Input

包含多组输入。

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

Output

a、b中的较大值。

Samples

input
12 20
output
20