report VI VI EN
Register | Login
  • HOME
  • PROBLEMSET
  • ROADMAP
  • COMPETITION
  • TOPIC
  • RANKING
  • GUIDE
  • MASHUP
  • ABOUT
  • CONTACT
  • Problem
  • Submit
  • Results
Length - MarisaOJ: Marisa Online Judge

Length

Time limit: 1000 ms
Memory limit: 256 MB
Print the length of given string $S$. ### Input - 1 line contains string $S$. ### Output - A single integer is the length of string $S$. ### Constraints - $1 \le |S| \le 1000$. ### Example Input: ``` Kirisame Marisa ``` Output: ``` 15 ```
String
Length
Word Count
lowercase
Vowel
Digit sum
Strong password
Letter frequencies
Palindrome string
Palindrome substring
Caesar cipher
String occurences
Sum
String normalization
Run-length encoding
Expression
Topic
Basic
Rating 800
Solution (0) Solution