문제: https://www.acmicpc.net/problem/2703 문제A cryptoquote is a simple encoded message where one letter is simply replaced by another throughout the message. For example:Encoded: HPC PJVYMIYDecoded: ACM CONTESTIn the example above, H=A, P=C, C=M, J=O, V=N, Y=T, M=E and I=S. For this problem, you will decode messages.입력The first line of input contains a single integer N, (1 ≤ N ≤ 1000) which is the..