if let n = Int(readLine() ?? "0"){ var nums:[[Int]] = Array(repeating: Array(repeating: 0 , count: n), count: n) for i in 0..