Submission #1818822


Source Code Expand

i = gets.to_i

a = [0,0,1]

if i <= 3
  print(a[i-1]%10007)
else
  for k in 3..i-1
    a.push(a[k-3]+a[k-2]+a[k-1]) 
  end
  print(a[i-1]%10007)
end

Submission Info

Submission Time
Task B - トリボナッチ数列
User shironekoyukky
Language Ruby (2.3.3)
Score 0
Code Size 161 Byte
Status TLE
Exec Time 2282 ms
Memory 1256956 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
AC × 27
TLE × 6
MLE × 3
Set Name Test Cases
All sample_01.txt, sample_02.txt, sample_03.txt, test_1.txt, test_1000000.txt, test_1002.txt, test_104.txt, test_107843.txt, test_10980.txt, test_1212.txt, test_1238.txt, test_13194.txt, test_14.txt, test_16.txt, test_2.txt, test_210782.txt, test_21694.txt, test_243.txt, test_24916.txt, test_278.txt, test_3.txt, test_31.txt, test_32.txt, test_42.txt, test_5555.txt, test_567914.txt, test_61868.txt, test_765671.txt, test_8195.txt, test_8353.txt, test_9.txt, test_9625.txt, test_97.txt, test_998.txt, test_999998.txt, test_999999.txt
Case Name Status Exec Time Memory
sample_01.txt AC 7 ms 1788 KB
sample_02.txt AC 7 ms 1788 KB
sample_03.txt MLE 1033 ms 1082492 KB
test_1.txt AC 10 ms 1900 KB
test_1000000.txt TLE 2280 ms -1707524 KB
test_1002.txt AC 9 ms 2044 KB
test_104.txt AC 7 ms 1788 KB
test_107843.txt MLE 1153 ms 1256956 KB
test_10980.txt AC 27 ms 15612 KB
test_1212.txt AC 9 ms 2044 KB
test_1238.txt AC 8 ms 1916 KB
test_13194.txt AC 33 ms 21628 KB
test_14.txt AC 7 ms 1788 KB
test_16.txt AC 7 ms 1788 KB
test_2.txt AC 7 ms 1788 KB
test_210782.txt TLE 2280 ms -1711108 KB
test_21694.txt AC 70 ms 54012 KB
test_243.txt AC 8 ms 3836 KB
test_24916.txt AC 88 ms 70524 KB
test_278.txt AC 8 ms 1788 KB
test_3.txt AC 7 ms 1788 KB
test_31.txt AC 8 ms 1788 KB
test_32.txt AC 7 ms 1788 KB
test_42.txt AC 7 ms 1788 KB
test_5555.txt AC 14 ms 5500 KB
test_567914.txt TLE 2279 ms -1713924 KB
test_61868.txt MLE 418 ms 416764 KB
test_765671.txt TLE 2279 ms -1716740 KB
test_8195.txt AC 20 ms 9724 KB
test_8353.txt AC 20 ms 9980 KB
test_9.txt AC 7 ms 1788 KB
test_9625.txt AC 24 ms 12540 KB
test_97.txt AC 7 ms 1788 KB
test_998.txt AC 7 ms 1916 KB
test_999998.txt TLE 2282 ms -1731332 KB
test_999999.txt TLE 2281 ms -1698436 KB