Submission #65849303
Source Code Expand
Copy
a,b,c,d=map(int,input().split())if c<a:print("Yes")elif a==c and d<b:print("Yes")else:print("No")
a,b,c,d=map(int,input().split())
if c<a:
print("Yes")
elif a==c and d<b:
print("Yes")
else:
print("No")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Not Acceptable |
| User | juten |
| Language | Python (CPython 3.11.4) |
| Score | 100 |
| Code Size | 123 Byte |
| Status | AC |
| Exec Time | 9 ms |
| Memory | 8688 KB |
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, example_02.txt |
| All | example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, random_00.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, random_11.txt, random_12.txt, random_13.txt, random_14.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_00.txt | AC | 9 ms | 8556 KB |
| example_01.txt | AC | 9 ms | 8496 KB |
| example_02.txt | AC | 9 ms | 8496 KB |
| hand_00.txt | AC | 9 ms | 8468 KB |
| hand_01.txt | AC | 9 ms | 8484 KB |
| hand_02.txt | AC | 9 ms | 8456 KB |
| hand_03.txt | AC | 9 ms | 8456 KB |
| hand_04.txt | AC | 9 ms | 8428 KB |
| hand_05.txt | AC | 9 ms | 8628 KB |
| random_00.txt | AC | 9 ms | 8456 KB |
| random_01.txt | AC | 9 ms | 8448 KB |
| random_02.txt | AC | 9 ms | 8540 KB |
| random_03.txt | AC | 9 ms | 8544 KB |
| random_04.txt | AC | 9 ms | 8524 KB |
| random_05.txt | AC | 9 ms | 8416 KB |
| random_06.txt | AC | 9 ms | 8520 KB |
| random_07.txt | AC | 9 ms | 8500 KB |
| random_08.txt | AC | 9 ms | 8608 KB |
| random_09.txt | AC | 9 ms | 8556 KB |
| random_10.txt | AC | 9 ms | 8588 KB |
| random_11.txt | AC | 9 ms | 8548 KB |
| random_12.txt | AC | 9 ms | 8420 KB |
| random_13.txt | AC | 9 ms | 8688 KB |
| random_14.txt | AC | 9 ms | 8624 KB |