package main import . "fmt" import . "strings" func main() { var n int Scan(&n) s:=Sprint(n) for ;n>0;n-- { Println(Repeat(s,n)) } }