There is a game. For many colors of blocks, if there are two blocks with the same color, they will be cleared up. But there are so many colors of blocks. When you clear up all of the blocks, you will enter the next level.
Now, we change a little about the game. When game starts, there are N (N is an even number) numbers of blocks piled up like a wall, you need to clear up some blocks when they are the same color. But there are always left two blocks at last with different colors.
Now, we define color digits, it means different digit instead different color.
So, what two digits will be left?
Output the digits of two blocks from smaller to larger.