General
 
 
# Author Problem Lang Verdict Time Memory Sent Judged  
177340196 Practice:
sabbirahmeds877
118B - 12 Python 3 Accepted 92 ms 0 KB 2022-10-21 19:13:56 2022-10-21 19:13:56
→ 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