100 #ABC148A. [ABC148A] Round One

[ABC148A] Round One

Score: 100100 points

Problem Statement

Takahashi is solving quizzes. He has easily solved all but the last one.

The last quiz has three choices: 11, 22, and 33.

With his supernatural power, Takahashi has found out that the choices AA and BB are both wrong.

Print the correct choice for this problem.

Constraints

  • Each of the numbers AA and BB is 11, 22, or 33.
  • AA and BB are different.

Input

Input is given from Standard Input in the following format:

AA

BB

Output

Print the correct choice.

3
1
2

When we know 33 and 11 are both wrong, the correct choice is 22.

1
2
3