Submission #1656829
Source Code Expand
a,b,c,d = gets.chomp.split.map(&:to_i) puts 1728 * a + 144 * b + 12 * c + d
Submission Info
| Submission Time | |
|---|---|
| Task | B - 鉛筆 |
| User | attribute_k |
| Language | Ruby (2.3.3) |
| Score | 200 |
| Code Size | 78 Byte |
| Status | AC |
| Exec Time | 7 ms |
| Memory | 1788 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| 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, 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 |
| sample_01.txt | AC | 7 ms | 1788 KiB |
| sample_02.txt | AC | 7 ms | 1788 KiB |
| sample_03.txt | AC | 7 ms | 1788 KiB |