Submission #43233785
Source Code Expand
use proconio::input;
fn main() {
input! {
a: usize,
b: usize,
c: usize,
d: usize,
};
let ans = !(b < c || d < a);
println!("{}", if ans { "Yes" } else { "No" });
}
Submission Info
| Submission Time | |
|---|---|
| Task | B - Integer Preference |
| User | bouzuya |
| Language | Rust (1.42.0) |
| Score | 200 |
| Code Size | 213 Byte |
| Status | AC |
| Exec Time | 5 ms |
| Memory | 2084 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 | 5 ms | 1968 KiB |
| 001.txt | AC | 1 ms | 2056 KiB |
| 002.txt | AC | 2 ms | 2048 KiB |
| 003.txt | AC | 2 ms | 1884 KiB |
| 004.txt | AC | 1 ms | 1980 KiB |
| 005.txt | AC | 1 ms | 2008 KiB |
| 006.txt | AC | 1 ms | 2048 KiB |
| 007.txt | AC | 1 ms | 2032 KiB |
| 008.txt | AC | 1 ms | 2020 KiB |
| 009.txt | AC | 1 ms | 2084 KiB |
| example0.txt | AC | 1 ms | 2048 KiB |
| example1.txt | AC | 1 ms | 2060 KiB |