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

PROGRAMMING:String input exercise

Luz5年前 (2021-05-10)题库400
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:
Here is a set of inputs. For example:
```in
hello world!
```
###Output example:
The corresponding output is given here. For example:
```out
twelve
```







answer:If there is no answer, please comment