This initializer is a failable initializer, so the return value is of type Int? . let inputNumber = Int(readLine()!) ...
確定! 回上一頁