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

PROGRAMMING:string manipulation

Luz5年前 (2021-05-10)题库581
Write a program, the user input any string, display its length and the first character.
###Input format:
Enter any string.
###Output format:
Displays its length and the first character separated by.
###Input example:
```in
abc 4567
```
###Output example:
```out
8,a
```







answer:If there is no answer, please comment