Submission #5907034


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 247 Byte
Status RE
Exec Time 17 ms
Memory 3060 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 500
Status
RE × 1
RE × 3
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 3060 KB
sample.txt RE 17 ms 3060 KB