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

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

Background

Description

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

Format

Input

Output

Samples

10
90
90

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

函数

C++基础知识05(函数)