Submission #2255855
Source Code Expand
a = gets.to_i b = gets.to_i c = gets.to_i d = gets.to_i train = 0 bus = 0 if a > b train = b else train = a end if c > d bus = d else bus = c end puts train + bus
Submission Info
| Submission Time | |
|---|---|
| Task | A - Traveling Budget |
| User | rain5162 |
| Language | Ruby (2.3.3) |
| Score | 100 |
| Code Size | 196 Byte |
| Status | AC |
| Exec Time | 7 ms |
| Memory | 1788 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, sample-03.txt |
| All | 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, 09.txt, sample-01.txt, sample-02.txt, sample-03.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 01.txt | AC | 7 ms | 1788 KiB |
| 02.txt | AC | 7 ms | 1788 KiB |
| 03.txt | AC | 7 ms | 1788 KiB |
| 04.txt | AC | 7 ms | 1788 KiB |
| 05.txt | AC | 7 ms | 1788 KiB |
| 06.txt | AC | 7 ms | 1788 KiB |
| 07.txt | AC | 7 ms | 1788 KiB |
| 08.txt | AC | 7 ms | 1788 KiB |
| 09.txt | AC | 7 ms | 1788 KiB |
| sample-01.txt | AC | 7 ms | 1788 KiB |
| sample-02.txt | AC | 7 ms | 1788 KiB |
| sample-03.txt | AC | 7 ms | 1788 KiB |