This commit is contained in:
krahets
2023-02-08 22:16:25 +08:00
parent 30ed83e5b1
commit af3542e3c0
17 changed files with 258 additions and 100 deletions
@@ -1164,7 +1164,7 @@ $$
{
int count = 0;
// 循环次数与数组长度成正比
foreach(int num in nums)
foreach (int num in nums)
{
count++;
}
@@ -1560,7 +1560,6 @@ $$
}
return count;
}
```
=== "Swift"