Submission #58437855
Source Code Expand
s=input()
if s[-3:]=='san':
print('Yes')
else:
print('No')
Submission Info
| Submission Time | |
|---|---|
| Task | A - Takahashi san 2 |
| User | thirdon |
| Language | Python (CPython 3.11.4) |
| Score | 100 |
| Code Size | 66 Byte |
| Status | AC |
| Exec Time | 9 ms |
| Memory | 8628 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example_00.txt, example_01.txt |
| All | example_00.txt, example_01.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, hand_07.txt, hand_08.txt, hand_09.txt, hand_10.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_00.txt | AC | 9 ms | 8436 KiB |
| example_01.txt | AC | 9 ms | 8620 KiB |
| hand_00.txt | AC | 9 ms | 8460 KiB |
| hand_01.txt | AC | 9 ms | 8556 KiB |
| hand_02.txt | AC | 9 ms | 8348 KiB |
| hand_03.txt | AC | 9 ms | 8464 KiB |
| hand_04.txt | AC | 9 ms | 8492 KiB |
| hand_05.txt | AC | 9 ms | 8524 KiB |
| hand_06.txt | AC | 9 ms | 8532 KiB |
| hand_07.txt | AC | 9 ms | 8348 KiB |
| hand_08.txt | AC | 9 ms | 8512 KiB |
| hand_09.txt | AC | 9 ms | 8528 KiB |
| hand_10.txt | AC | 9 ms | 8628 KiB |
| random_00.txt | AC | 9 ms | 8460 KiB |
| random_01.txt | AC | 9 ms | 8488 KiB |
| random_02.txt | AC | 9 ms | 8496 KiB |
| random_03.txt | AC | 9 ms | 8484 KiB |
| random_04.txt | AC | 9 ms | 8504 KiB |
| random_05.txt | AC | 9 ms | 8464 KiB |