Submission #45492845
Source Code Expand
Copy
S = input()if S[-1] != "s":print(S+"s")else:print(S+"es")
S = input() if S[-1] != "s": print(S+"s") else: print(S+"es")
Submission Info
Submission Time | |
---|---|
Task | A - Plural Form |
User | KoyanagiHitoshi |
Language | Python (CPython 3.11.4) |
Score | 100 |
Code Size | 70 Byte |
Status | AC |
Exec Time | 9 ms |
Memory | 8588 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
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 | 9 ms | 8544 KB |
hand_02.txt | AC | 9 ms | 8584 KB |
random_01.txt | AC | 9 ms | 8536 KB |
random_02.txt | AC | 9 ms | 8540 KB |
random_03.txt | AC | 9 ms | 8532 KB |
random_04.txt | AC | 9 ms | 8528 KB |
random_05.txt | AC | 9 ms | 8516 KB |
random_06.txt | AC | 9 ms | 8532 KB |
random_07.txt | AC | 9 ms | 8504 KB |
random_08.txt | AC | 9 ms | 8532 KB |
random_09.txt | AC | 9 ms | 8472 KB |
random_10.txt | AC | 8 ms | 8536 KB |
sample_01.txt | AC | 8 ms | 8588 KB |
sample_02.txt | AC | 9 ms | 8564 KB |
sample_03.txt | AC | 8 ms | 8496 KB |