시간 제한메모리 제한제출정답맞힌 사람정답 비율
2 초 512 MB99877487.059%

문제

Miraqa and Sorya wanted to have a secret chat. To this aim, they used a simple rule as follows: “Use the upper case of the left of the correct key if it is a letter otherwise use the lower case of the correct key”

Write a program for decoding an encoded text. The encoded text is formed base on mentioned rule.

입력

Input contains one line. Which may contain both upper and lower case letters.

입력으로 주어지는 문자열의 길이는 50보다 작거나 같은 자연수이다.

출력

Print the decoded text. Note that you should echo the spaces directly to output.

예제 입력 1

NUEaqa QW QUKK ARaER RGW aRRaXJ aR BUBW ON

예제 출력 1

MIRaqa WE WILL STaRT THE aTTaCK aT NINE PM

출처

ICPC > Regionals > Asia West Continent > Afghanistan > Asia-Kabul ICPC Regional Contest 2018 G번

  • 빠진 조건을 찾은 사람: jaehoo1