#ABC148A. Round One

Round One

题目描述

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.

高桥正在做测验。除了最后一个,他已经轻松地解决了所有问题。

最后一道问答题有三个选项: 112233

高桥用他的特异功能发现 AABB 都是错误的。

请打印出这道题的正确选项。

输入格式

输入内容按以下格式标准输入:

AA
BB

输出格式

打印正确的选择。

样例 #1

样例输入 #1

3
1

样例输出 #1

2

样例 #2

样例输入 #2

1
2

样例输出 #2

3

说明

数据规模与约定

  • 每个数字 AABB 都是 112233
  • AABB 是不同的。

样例 11 解释

当我们知道 3311 都是错误的时候,正确的选择是 22