#590. C++-重载运算符和重载函数-重载print(),用于输出不同的数据类型

C++-重载运算符和重载函数-重载print(),用于输出不同的数据类型

Background

Description

重载print(),用于输出不同的数据类型。 image

Format

Input

Output

Samples


整数为: 5
浮点数为: 500.263
字符串为: Hello C++

Limitation