Submission #155239


Source Code Expand

n=int(raw_input())
list=[0,0,1]

for i in range(4,n):
	list.append((list[i-1]+list[i-2]+list[i-3])%10007)

print list[n-1]
	

Submission Info

Submission Time
Task B - トリボナッチ数列
User dussel
Language Python (2.7.3)
Score 0
Code Size 133 Byte
Status RE
Exec Time 203 ms
Memory 35104 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
AC × 3
RE × 30
Set Name Test Cases
All 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 RE 109 ms 8120 KB
sample_02.txt AC 49 ms 3264 KB
sample_03.txt RE 118 ms 10616 KB
test_1.txt AC 51 ms 3264 KB
test_1000000.txt RE 194 ms 35100 KB
test_1002.txt RE 102 ms 8120 KB
test_104.txt RE 111 ms 8124 KB
test_107843.txt RE 111 ms 10600 KB
test_10980.txt RE 112 ms 8252 KB
test_1212.txt RE 106 ms 8124 KB
test_1238.txt RE 104 ms 8128 KB
test_13194.txt RE 109 ms 8360 KB
test_14.txt RE 115 ms 8124 KB
test_16.txt RE 107 ms 8124 KB
test_2.txt AC 48 ms 3260 KB
test_210782.txt RE 129 ms 13132 KB
test_21694.txt RE 107 ms 8596 KB
test_243.txt RE 111 ms 8108 KB
test_24916.txt RE 107 ms 8688 KB
test_278.txt RE 110 ms 8124 KB
test_3.txt AC 45 ms 3256 KB
test_31.txt RE 118 ms 8124 KB
test_32.txt RE 114 ms 8112 KB
test_42.txt RE 121 ms 3840 KB
test_5555.txt RE 107 ms 8120 KB
test_567914.txt RE 162 ms 21732 KB
test_61868.txt RE 110 ms 9560 KB
test_765671.txt RE 174 ms 27568 KB
test_8195.txt RE 105 ms 8248 KB
test_8353.txt RE 111 ms 8244 KB
test_9.txt RE 109 ms 8124 KB
test_9625.txt RE 117 ms 8256 KB
test_97.txt RE 105 ms 8120 KB
test_998.txt RE 111 ms 8124 KB
test_999998.txt RE 200 ms 35104 KB
test_999999.txt RE 203 ms 34992 KB