Avatar
ちなみに、これを copy して Xcode にそのまま貼り付けると
1:43 PM
let aa = readLine()!.split(separator:" ").map { Int(String($0))! }
1:43 PM
で配列に分解できない 😂