This commit is contained in:
krahets
2023-02-08 20:30:14 +08:00
parent 7156a5f832
commit 30ed83e5b1
10 changed files with 130 additions and 49 deletions
@@ -903,7 +903,7 @@ $$
/* 常数阶 */
func constant(n: Int) -> Int {
var count = 0
let size = 100000
let size = 100_000
for _ in 0 ..< size {
count += 1
}