Back
Close

Uppercase letters

Statement

 Goal

Bob encrypted the message for Alice. Help Alice decrypt the message from Bob.
Input
Line: Text containing encrypted
message.
Output
The message you found.
Constraints
Example
Input
eaSy valIdatoR, sir
Output
sir

Game modes
Fastest, Shortest, Reverse

Test cases
EASY Test
Input
eaSy valIdatoR, sir
Output
sir

Validator 1 Validator
Input
qwertY
Output
y

MEDIUM Test
Input
MEDIUM! v@lidator.
Output
medium

Validator 2 Validator
Input
@HE_LLO@!wor!d
Output
hello

HARD Test
Input
h_@_R_d v@@ElidAtt0or!o_D .
Output
read

Validator 3 Validator
Input
W\H\A\T\'\s h*a-p;;p'e==n-i44n43g6
Output
what

EXTREME Test
Input
EXtr3me_vAl1d@tor,d0n't_b3_Mad,PLEase0_o
Output
example

Validator 4 Validator
Input
o0ut(/**0IN)PUT0/-??hgj
Output
input

Solution language

Solution

Stub generator input