[ Contents ] 1. 문제 (링크 참조) 24218번: Double Crypt 1 You are given ten problem instances in the text files named double1.in to double10.in.
Each input file consists of three lines. The first line contains the integer $s$, the second line the plaintext block $p$, and the third line the ciphertext block $c_2$ www.acmicpc.net 2.
문제 풀이 Double AES 암호화된 두 블록을 출력해야 합니다. Double AES에 대한 설명은 문제에 나와있습니다.
Doub.....