随笔分类 - swift
swift学习笔记
swift实现水仙花数
摘要:import Foundation func f(a: Int) -> Int { var x = a x *= a x *= a return x } var a, b, c: Int for x in 100...999 { a = x%10 b = x/10%10 c = x/100 if x == f(a: a) + f(a...
阅读全文
Mac终端使用swift REPL异常处理方法
摘要:Mac终端使用swift REPL异常处理方法 终端使用swift命令出现 warning: Swift error in module libmarisa.dylibDebug info from this module wi。。。 解决方法 首先转换目录 sudo xcode-select -s
阅读全文
浙公网安备 33010602011771号