#873. C++-栈-把字符串“nice to meet you~”的每个单词倒序压入栈中,并计算其元素数目,且逐个打印出来

C++-栈-把字符串“nice to meet you~”的每个单词倒序压入栈中,并计算其元素数目,且逐个打印出来

Background

Description

C++-栈-把字符串“nice to meet you~”的每个单词倒序压入栈中,并计算其元素数目,且逐个打印出来 image

Format

Input

Output

Samples


size of test_stack: 4
nice to meet you~

Limitation

1s, 1024KiB for each test case.