General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
65761606 Practice:
helloardanish
118B - 12 Python 3 Accepted 218 ms 8 KB 2019-11-26 19:04:15 2019-11-26 19:04:15
→ Source
n=int(input())
s='0123456789'
for i in s[:n]+s[n::-1]:
	a=int(i)
	print(' '.join(' '*(n-a)+s[:a]+s[a::-1]))
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details