#P5733. Uppercase Conversion

    ID: 18961 Type: Default 1000ms 256MiB

Uppercase Conversion

Uppercase Conversion

Given a string with length not exceeding $100$ characters and containing no whitespace, convert all lowercase letters into uppercase. The input string does not contain spaces.

inputFormat

The input consists of a single string that meets the following criteria:

  • Length ≤ $100$.
  • No whitespace characters.

outputFormat

Output the transformed string where every lowercase letter has been converted to uppercase.

sample

abc
ABC