Submission #53081848
Source Code Expand
Copy
n, x, y, z = list(map(int, input().split()))if x < z < y:print("Yes")elif x > z > y:print('Yes')else:print('No')
n, x, y, z = list(map(int, input().split())) if x < z < y: print("Yes") elif x > z > y: print('Yes') else: print('No')
Submission Info
Submission Time | |
---|---|
Task | A - AtCoder Line |
User | samhuyc |
Language | Python (PyPy 3.10-v7.3.12) |
Score | 100 |
Code Size | 146 Byte |
Status | AC |
Exec Time | 61 ms |
Memory | 76596 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | sample00.txt, sample01.txt, sample02.txt |
All | sample00.txt, sample01.txt, sample02.txt, testcase00.txt, testcase01.txt, testcase02.txt, testcase03.txt, testcase04.txt, testcase05.txt, testcase06.txt, testcase07.txt, testcase08.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample00.txt | AC | 59 ms | 76168 KB |
sample01.txt | AC | 60 ms | 76412 KB |
sample02.txt | AC | 60 ms | 76268 KB |
testcase00.txt | AC | 61 ms | 76276 KB |
testcase01.txt | AC | 61 ms | 76432 KB |
testcase02.txt | AC | 61 ms | 76408 KB |
testcase03.txt | AC | 61 ms | 76272 KB |
testcase04.txt | AC | 61 ms | 76272 KB |
testcase05.txt | AC | 61 ms | 76596 KB |
testcase06.txt | AC | 60 ms | 76292 KB |
testcase07.txt | AC | 60 ms | 76412 KB |
testcase08.txt | AC | 60 ms | 76232 KB |