Submission #18725088
Source Code Expand
use proconio::{fastout, input};
#[fastout]
fn main() {
input! {in_a1: i32, in_a2:i32, in_a3:i32, in_a4:i32}
println!("{}", in_a1.min(in_a2).min(in_a3).min(in_a4));
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - ABC Preparation |
| User | takedarts |
| Language | Rust (1.42.0) |
| Score | 100 |
| Code Size | 176 Byte |
| Status | AC |
| Exec Time | 7 ms |
| Memory | 2200 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample_01.txt, sample_02.txt |
| All | handmade_00.txt, handmade_01.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, sample_01.txt, sample_02.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| handmade_00.txt | AC | 7 ms | 2088 KiB |
| handmade_01.txt | AC | 2 ms | 2116 KiB |
| random_00.txt | AC | 2 ms | 2156 KiB |
| random_01.txt | AC | 2 ms | 2200 KiB |
| random_02.txt | AC | 2 ms | 2196 KiB |
| random_03.txt | AC | 3 ms | 2108 KiB |
| sample_01.txt | AC | 2 ms | 2120 KiB |
| sample_02.txt | AC | 2 ms | 2044 KiB |