Responsive image

问题 3232 --6.4.1-案例

3232: 6.4.1-案例

时间限制: 1 Sec  内存限制: 128 MB
提交: 0  解决: 0
[提交][状态][讨论版][命题人:]

题目描述

调用自定义函数多次求最大值、最小值,并计算函数调用次数。

输入描述

输入两个数a,b(a,b均为整数)

输出描述

输出最大值和最小值”"the max is %d,the min is %d"
输出" 本程序共调用自定义函数%d次"

样例输入

4 5
3 2

样例输出

the max is 5,the min is 4
the max is 3,the min is 2
本程序共调用open函数2次

来源

[提交][状态]
ACM算法攻关部