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的第一个字符移到末尾并输出
输入格式
一行一个字符串 。
输出格式
一行一个字符串 。
样例 #1
样例输入 #1
abc
样例输出 #1
bca
样例 #2
样例输入 #2
aab
样例输出 #2
aba
提示
数据范围
- 只包含小写英文字母且长度为
20241203集训
- Status
- Done
- Rule
- IOI(Strict)
- Problem
- 6
- Start at
- 2024-12-3 19:00
- End at
- 2024-12-3 21:00
- Duration
- 2 hour(s)
- Host
- Partic.
- 14