Submission #616150


Source Code Expand

N = gets.to_i
cnt = 0

(1..N).each do |i|
    if i % 25 == 0 then
        cnt += 1
    end
end

puts cnt

Submission Info

Submission Time
Task A - ニコニコ数
User hachi_88t
Language Ruby (2.1.5p273)
Score 0
Code Size 113 Byte
Status TLE
Exec Time 2561 ms
Memory 5228 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 54 ms 5092 KB
sample_02.txt AC 2368 ms 5096 KB
test_01.txt AC 53 ms 5096 KB
test_02.txt AC 52 ms 5092 KB
test_03.txt AC 53 ms 5144 KB
test_04.txt AC 84 ms 5092 KB
test_05.txt AC 143 ms 5092 KB
test_06.txt TLE 2561 ms 5148 KB
test_07.txt AC 665 ms 5096 KB
test_08.txt TLE 2560 ms 5228 KB
test_09.txt TLE 2560 ms 5228 KB
test_10.txt TLE 2561 ms 5228 KB
test_11.txt TLE 2561 ms 5224 KB
test_12.txt TLE 2560 ms 5180 KB
test_13.txt TLE 2560 ms 5224 KB
test_14.txt AC 53 ms 5096 KB
test_15.txt AC 54 ms 5088 KB