Start: Sep, 02, 2024 00:00:00
2024程序设计基础第五章作业
End: Jan, 29, 2025 00:00:00
Time elapsed:
Time remaining:

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

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

Description

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

Input

包含多组输入。

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

Output

a、b中的较大值。

Samples

input
12 20
output
20