C++-函数-编写min() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较小的那个数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Background
Description
编写min() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较小的那个数
Format
Input
Output
Samples
10
90
10
Limitation
1s, 1024KiB for each test case.