Type: Default 1000ms 256MiB

[ABC197A] Rotate

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

[ABC197A] Rotate

题面翻译

给出长度为3的字符串S, 将S的第一个字符移到末尾并输出

题目描述

長さ 3 3 の文字列 S S が与えられます。 S S の先頭の文字を S S の末尾に移動して得られる文字列 S S' を出力してください。

输入格式

入力は以下の形式で標準入力から与えられる。

S S

输出格式

S S' を出力せよ。

样例 #1

样例输入 #1

abc

样例输出 #1

bca

样例 #2

样例输入 #2

aab

样例输出 #2

aba

提示

制約

  • S S は英小文字のみからなる長さ 3 3 の文字列である

Sample Explanation 1

abc の先頭の文字 a を末尾に移動すると bca となります。

训练题单四

Not Claimed
Status
Done
Problem
15
Open Since
2024-10-11 0:00
Deadline
2024-10-26 23:59
Extension
24 hour(s)