-->
当前位置:首页 > 题库

PROGRAMMING:String input exercise (I)

Luz5年前 (2021-05-10)题库397
Calculates the length of the string.
###Input format:
One string per line.
###Output format:
For each line of string, output the length of the string.
###Input example:
```in
hello world!
welcome to acm world
```
###Output example:
The corresponding output is given here. For example:
```out
twelve
twenty
```







answer:If there is no answer, please comment