Length of words
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a text containing a sequence of words. Find the length of each word.
Input
The text contains a sequence of words. The length of each word is no more than characters.
Output
Print the length of each word on a single line.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 11K
Acceptance rate 44%