General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
217089479 Practice:
scrazy
118B - 12 Python 3 Accepted 62 ms 0 KB 2023-08-04 11:26:36 2023-08-04 11:26:36
→ Source
r=range
N=int(input())
for i in[*r(N),*r(N,-1,-1)]:
  print(*' '*(N-i),*r(i+1),*r(i-1,-1,-1))
?
Time: ? ms, memory: ? KB
Verdict: ?
Input
?
Participant's output
?
Jury's answer
?
Checker comment
?
Diagnostics
?
Click to see test details