Submission #615962


Source Code Expand

n = gets.to_i

count = 0
n.downto(25){|i|count += 1 if i % 25 == 0}

puts count

Submission Info

Submission Time
Task A - ニコニコ数
User te2ka
Language Ruby (2.1.5p273)
Score 0
Code Size 86 Byte
Status TLE
Exec Time 2583 ms
Memory 5236 KB

Judge Result

Set Name Sample Subtask1
Score / Max Score 0 / 0 0 / 60
Status
AC × 2
AC × 10
TLE × 7
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
Subtask1 sample_01.txt, sample_02.txt, 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
Case Name Status Exec Time Memory
sample_01.txt AC 51 ms 5096 KB
sample_02.txt AC 2395 ms 5096 KB
test_01.txt AC 51 ms 5100 KB
test_02.txt AC 51 ms 5096 KB
test_03.txt AC 51 ms 5156 KB
test_04.txt AC 80 ms 5096 KB
test_05.txt AC 139 ms 5100 KB
test_06.txt TLE 2583 ms 5232 KB
test_07.txt AC 656 ms 5100 KB
test_08.txt TLE 2560 ms 5224 KB
test_09.txt TLE 2558 ms 5236 KB
test_10.txt TLE 2559 ms 5228 KB
test_11.txt TLE 2560 ms 5228 KB
test_12.txt TLE 2558 ms 5224 KB
test_13.txt TLE 2560 ms 5220 KB
test_14.txt AC 51 ms 5100 KB
test_15.txt AC 50 ms 5096 KB