Discussion on: Daily Challenge #2 - String Diamond ... ".repeat(n - i), "*".repeat(i * 2 + 1)) } fn main() { let n = 5; for i in 0..n ...
確定! 回上一頁