提出 #31063464


ソースコード 拡げる

s = input()
if s[-1] == "s":
    print(s + "es")
else:
    print(s + "s")

提出情報

提出日時
問題 A - Plural Form
ユーザ Pro_ktmr
言語 PyPy3 (7.3.0)
得点 100
コード長 77 Byte
結果 AC
実行時間 142 ms
メモリ 60776 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 15
セット名 テストケース
Sample sample_01.txt, sample_02.txt, sample_03.txt
All hand_01.txt, hand_02.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt, random_10.txt, sample_01.txt, sample_02.txt, sample_03.txt
ケース名 結果 実行時間 メモリ
hand_01.txt AC 142 ms 60352 KiB
hand_02.txt AC 49 ms 60488 KiB
random_01.txt AC 48 ms 60776 KiB
random_02.txt AC 47 ms 60676 KiB
random_03.txt AC 52 ms 60552 KiB
random_04.txt AC 52 ms 60380 KiB
random_05.txt AC 50 ms 60708 KiB
random_06.txt AC 49 ms 60568 KiB
random_07.txt AC 51 ms 60552 KiB
random_08.txt AC 49 ms 60480 KiB
random_09.txt AC 49 ms 60488 KiB
random_10.txt AC 44 ms 60728 KiB
sample_01.txt AC 50 ms 60552 KiB
sample_02.txt AC 54 ms 60740 KiB
sample_03.txt AC 50 ms 60544 KiB