100 #ABC122A. [ABC122A] Double Helix

[ABC122A] Double Helix

Score : 100100 points

Problem Statement

On the Planet AtCoder, there are four types of bases: A, C, G and T. A bonds with T, and C bonds with G.

You are given a letter bb as input, which is A, C, G or T. Write a program that prints the letter representing the base that bonds with the base bb.

Constraints

  • bb is one of the letters A, C, G and T.

Input

Input is given from Standard Input in the following format:

bb

Output

Print the letter representing the base that bonds with the base bb.

A
T
G
C