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

PROGRAMMING:Pointer to achieve statistical number of words

Luz5年前 (2021-05-10)题库466
Input an English sentence (no more than 80 characters) in a line and output the number of words in the sentence. The words are separated by spaces. Except for spaces, they are considered as words (including symbols).
###Input example:
```in
This is a C program. <<< =22= ,,, END
```
###Output example:
```out
nine
```







answer:If there is no answer, please comment