Submission #575569
Source Code Expand
Copy
l, h = gets.split(' ').map(&:to_i) n = gets.to_i as = [] n.times { as << gets.to_i } as.each do |a| if a < l puts l-a elsif a > h puts -1 else puts 0 end end
Submission Info
Submission Time | |
---|---|
Task | B - 運動管理 |
User | unasaka |
Language | Ruby (2.1.5p273) |
Score | 100 |
Code Size | 192 Byte |
Status | AC |
Exec Time | 102 ms |
Memory | 5200 KB |
Compile Error
./Main.rb:9: warning: ambiguous first argument; put parentheses or even spaces
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 | test-01.txt, test-02.txt, test-03.txt, test-04.txt, test-05.txt, test-06.txt, test-07.txt, test-08.txt, test-09.txt, test-10.txt, test-11.txt, test-12.txt, test-13.txt, test-14.txt, test-15.txt, test-16.txt, test-17.txt, test-18.txt, test-19.txt, test-20.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
sample-01.txt | AC | 65 ms | 5100 KB |
sample-02.txt | AC | 72 ms | 5100 KB |
test-01.txt | AC | 67 ms | 5100 KB |
test-02.txt | AC | 61 ms | 5096 KB |
test-03.txt | AC | 64 ms | 5200 KB |
test-04.txt | AC | 68 ms | 5100 KB |
test-05.txt | AC | 61 ms | 5100 KB |
test-06.txt | AC | 63 ms | 5096 KB |
test-07.txt | AC | 60 ms | 5100 KB |
test-08.txt | AC | 65 ms | 5092 KB |
test-09.txt | AC | 60 ms | 5100 KB |
test-10.txt | AC | 57 ms | 5100 KB |
test-11.txt | AC | 56 ms | 5096 KB |
test-12.txt | AC | 55 ms | 5100 KB |
test-13.txt | AC | 69 ms | 5100 KB |
test-14.txt | AC | 55 ms | 5096 KB |
test-15.txt | AC | 62 ms | 5100 KB |
test-16.txt | AC | 59 ms | 5100 KB |
test-17.txt | AC | 57 ms | 5096 KB |
test-18.txt | AC | 65 ms | 5100 KB |
test-19.txt | AC | 82 ms | 5112 KB |
test-20.txt | AC | 102 ms | 5100 KB |