PROGRAMMING:String input exercise (I)
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
###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