#2739. C++-函数-编写min() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较小的那个数

C++-函数-编写min() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较小的那个数

Background

Description

编写min() 函数的源代码。该函数有两个参数 num1 和 num2,会返回这两个数中较小的那个数

Format

Input

Output

Samples

10
90
10

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

函数

In following homework:

C++-函数