#1142. 3. 用gets函数输入一行字符,统计字符个数(即字符串长度)

3. 用gets函数输入一行字符,统计字符个数(即字符串长度)

说明

 用gets函数输入一行字符,统计字符个数(即字符串长度)

输入格式

一行字符串

输出格式

字符串长度

hello world!
12