#1166. C++-字符串-定义字符串“ILoveXiamem”并打印,同时通过string的substr()函数获取...

C++-字符串-定义字符串“ILoveXiamem”并打印,同时通过string的substr()函数获取...

Background

Description

定义字符串“ILoveXiamem”并打印,同时通过string的substr()函数获取“I”、“Love”和“Xiamem”并打印出来。

image

Format

Input

Output

Samples


ILoveXiamen
I
Love
Xiamen

Limitation

1s, 1024KiB for each test case.