Submission #17082489


Source Code Expand

s = input().strip()
if s[-1] == 's':
  print(s + 'es')
else:
  print(s + 's')

Submission Info

Submission Time
Task A - Plural Form
User takedarts
Language PyPy3 (7.3.0)
Score 100
Code Size 83 Byte
Status AC
Exec Time 188 ms
Memory 61564 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 15
Set Name Test Cases
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
Case Name Status Exec Time Memory
hand_01.txt AC 188 ms 61312 KiB
hand_02.txt AC 53 ms 61480 KiB
random_01.txt AC 52 ms 61516 KiB
random_02.txt AC 52 ms 61392 KiB
random_03.txt AC 55 ms 61504 KiB
random_04.txt AC 52 ms 61432 KiB
random_05.txt AC 54 ms 61500 KiB
random_06.txt AC 55 ms 61468 KiB
random_07.txt AC 52 ms 61484 KiB
random_08.txt AC 54 ms 61524 KiB
random_09.txt AC 53 ms 61372 KiB
random_10.txt AC 54 ms 61288 KiB
sample_01.txt AC 49 ms 61564 KiB
sample_02.txt AC 53 ms 61508 KiB
sample_03.txt AC 54 ms 61472 KiB