提出 #25562669
ソースコード 拡げる
s,t = input().split()
if s < t:
print("Yes")
else:
print ("No")
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Lexicographic Order |
| ユーザ | hmsket |
| 言語 | Python (3.8.2) |
| 得点 | 100 |
| コード長 | 75 Byte |
| 結果 | AC |
| 実行時間 | 23 ms |
| メモリ | 9080 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
| All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 02_contain_00.txt, 02_contain_01.txt, 03_hack_00.txt, 03_hack_01.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00_sample_00.txt | AC | 23 ms | 8796 KiB |
| 00_sample_01.txt | AC | 20 ms | 8952 KiB |
| 00_sample_02.txt | AC | 20 ms | 8784 KiB |
| 01_random_00.txt | AC | 23 ms | 8900 KiB |
| 01_random_01.txt | AC | 19 ms | 8860 KiB |
| 01_random_02.txt | AC | 17 ms | 9080 KiB |
| 02_contain_00.txt | AC | 20 ms | 8900 KiB |
| 02_contain_01.txt | AC | 18 ms | 8780 KiB |
| 03_hack_00.txt | AC | 18 ms | 9020 KiB |
| 03_hack_01.txt | AC | 20 ms | 8784 KiB |