Submission #17047559
Source Code Expand
#include <iostream>
using i64 = long long;
int main() {
i64 a, b, c, d;
std::cin >> a >> b >> c >> d;
std::cout << (b < c || d < a ? "No" : "Yes") << std::endl;
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | B - Integer Preference |
| User | CharlotteL |
| Language | C++ (GCC 9.2.1) |
| Score | 200 |
| Code Size | 201 Byte |
| Status | AC |
| Exec Time | 9 ms |
| Memory | 3536 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 9 ms | 3484 KiB |
| 001.txt | AC | 2 ms | 3448 KiB |
| 002.txt | AC | 1 ms | 3484 KiB |
| 003.txt | AC | 1 ms | 3368 KiB |
| 004.txt | AC | 2 ms | 3536 KiB |
| 005.txt | AC | 3 ms | 3456 KiB |
| 006.txt | AC | 2 ms | 3456 KiB |
| 007.txt | AC | 4 ms | 3384 KiB |
| 008.txt | AC | 2 ms | 3296 KiB |
| 009.txt | AC | 2 ms | 3360 KiB |
| example0.txt | AC | 2 ms | 3488 KiB |
| example1.txt | AC | 2 ms | 3408 KiB |