Submission #31063412


Source Code Expand

s = input()
mae = s[0]
ushiro = s[1 :]
answer = ushiro + mae
print(answer)

Submission Info

Submission Time
Task A - Rotate
User Pro_ktmr
Language PyPy3 (7.3.0)
Score 100
Code Size 78 Byte
Status AC
Exec Time 59 ms
Memory 61640 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 11
Set Name Test Cases
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
Case Name Status Exec Time Memory
handmade_00.txt AC 59 ms 61360 KiB
random_00.txt AC 52 ms 61532 KiB
random_01.txt AC 49 ms 61640 KiB
random_02.txt AC 46 ms 61456 KiB
random_03.txt AC 50 ms 61460 KiB
random_04.txt AC 47 ms 61624 KiB
random_05.txt AC 49 ms 61444 KiB
random_06.txt AC 48 ms 61456 KiB
random_07.txt AC 48 ms 61556 KiB
sample_01.txt AC 49 ms 61612 KiB
sample_02.txt AC 48 ms 61492 KiB