提出 #21300162


ソースコード 拡げる

s = str(input())

s = s[1:] + s[0]

print(s)

提出情報

提出日時
問題 A - Rotate
ユーザ Polarnight
言語 Python (3.8.2)
得点 100
コード長 48 Byte
結果 AC
実行時間 26 ms
メモリ 9012 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 11
セット名 テストケース
Sample sample_01.txt, sample_02.txt
All handmade_00.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, sample_01.txt, sample_02.txt
ケース名 結果 実行時間 メモリ
handmade_00.txt AC 17 ms 8772 KiB
random_00.txt AC 26 ms 8892 KiB
random_01.txt AC 21 ms 9000 KiB
random_02.txt AC 20 ms 9012 KiB
random_03.txt AC 18 ms 8888 KiB
random_04.txt AC 18 ms 9000 KiB
random_05.txt AC 21 ms 8860 KiB
random_06.txt AC 19 ms 8864 KiB
random_07.txt AC 18 ms 8880 KiB
sample_01.txt AC 18 ms 8876 KiB
sample_02.txt AC 17 ms 8960 KiB