Submission #18721980
Source Code Expand
A = list(map(int, input().split())) print(min(A))
Submission Info
| Submission Time | |
|---|---|
| Task | A - ABC Preparation |
| User | noyan |
| Language | Python (3.8.2) |
| Score | 100 |
| Code Size | 52 Byte |
| Status | AC |
| Exec Time | 26 ms |
| Memory | 9144 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 | 26 ms | 9088 KiB |
| handmade_01.txt | AC | 22 ms | 9012 KiB |
| random_00.txt | AC | 24 ms | 8852 KiB |
| random_01.txt | AC | 18 ms | 8960 KiB |
| random_02.txt | AC | 23 ms | 9076 KiB |
| random_03.txt | AC | 22 ms | 8956 KiB |
| sample_01.txt | AC | 18 ms | 9144 KiB |
| sample_02.txt | AC | 22 ms | 8964 KiB |