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

lowercase

Time limit: 1000 ms
Memory limit: 256 MB
Given a string $S$ containing characters and spaces, convert all characters in the string to lowercase. ### Input - A single line containing the string $S$. ### Output - Print the string $S$ with all characters in lowercase. ### Constraints - $1 \le |S| \le 1000$. ### Sample test ``` MaRisA ``` Output: ``` marisa ```
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