Submission #5907041


Source Code Expand

a = list(map(int, input().split()))
a = a[0]

b = [1,2,3,4,5,6,7,8,9,19,199,1999,19999,199999,1999999,19999999,199999999,1999999999,19999999999,199999999999,1999999999999,19999999999999,199999999999999]
for i in range(a):
    print(b[i])

Submission Info

Submission Time
Task D - Snuke Numbers
User p4sobaya
Language Python (3.4.3)
Score 0
Code Size 244 Byte
Status RE
Exec Time 17 ms
Memory 2940 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 500
Status
AC × 1
AC × 2
RE × 1
Set Name Test Cases
Sample sample.txt
All sample.txt, 1.txt, sample.txt
Case Name Status Exec Time Memory
1.txt RE 17 ms 2940 KB
sample.txt AC 17 ms 2940 KB