308354: CF1505G. Encoded message
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
G. Encoded messagetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputInput
The first line of the input contains a single integer $N$ ($1 \le N \le 24$). The next $N$ lines contain $5$ space-separated integers each. The first three integers will be between 0 and 2, inclusive. The last two integers will be between 0 and 3, inclusive. The sum of the first three integers will be equal to the sum of the last two integers.
OutputOutput the result – a string of lowercase English letters.
ExamplesInput1 1 0 0 1 0Output
aInput
10 2 0 0 1 1 1 1 1 2 1 2 1 0 1 2 1 1 0 1 1 2 1 0 2 1 1 1 1 2 1 1 2 1 3 1 2 0 0 1 1 1 1 0 1 1 1 1 2 2 2Output
codeforcez
Input
暂时还没有翻译