401693: GYM100514 E Peace of AmericanWedding
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
E. Peace of AmericanWeddingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output
You are given an encrypted string, encrypted using a certain algorithm.Decrypt it !
InputThe first and single line of input contains a string s, which each of it's characters is U or F or space. (1 ≤ |s| ≤ 105)
OutputPrint the original string.
ExamplesInputUFUF FFFF FU FUF UUFF F FFFFOutput
CHARZEHInput
UFUU UUU FFU FFF F FFUF FFOutput
YOUSEFIInput
UU UU U UUUUU FUUUUOutput
MMT01