#ABC166A. A?C

A?C

题目描述

AtCoder Inc. holds a contest every Saturday.

There are two types of contests called ABC and ARC, and just one of them is held at a time.

The company holds these two types of contests alternately: an ARC follows an ABC and vice versa.

Given a string SS representing the type of the contest held last week, print the string representing the type of the contest held this week.

AtCoder 公司每周六举行一次竞赛。

比赛分为 ABC 和 ARC 两种,每次只举行其中一种。

公司交替举行这两种类型的竞赛:ARC 紧随 ABC 之后,反之亦然。

给定一个字符串 SS 表示上周举行的竞赛类型,请打印表示本周举行的竞赛类型的字符串。

输入格式

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

SS

输出格式

打印代表本周比赛类型的字符串。

样例 #1

样例输入 #1

ABC

样例输出 #1

ARC

说明

数据规模与约定

  • SSABCARC

样例 11 解释

他们上周举行了 ABC 会议,因此本周将举行 ARC 会议。