You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test Suite 'All tests' started at 2022-04-30 00:12:54.866
Test Suite 'MegrezTests.xctest' started at 2022-04-30 00:12:54.867
Test Suite 'MegrezTests' started at 2022-04-30 00:12:54.867
Test Case '-[MegrezTests.MegrezTests testInput]' started.
// Start processing
["高科技", "公司", "的", "年中", "獎金", "你這", "這樣"]
- The generated line above is supposed to be identical to this one. If not, throw:
["高科技", "公司", "的", "年中", "獎金", "你", "這樣"]
The text was updated successfully, but these errors were encountered:
mutatingfunc removeNodeOfLengthGreaterThan(_ length:Int){
if length > mutMaximumLength {return}varmax=0varremovalList:Set<Int>=[]
for map in mutLengthNodeMap {
if map.0> length {
removalList.insert(map.0)}else if map.0> max {
max = map.0}}
for (i, key) in removalList.enumerated(){
mutLengthNodeMap.removeValue(forKey: key)}
mutMaximumLength = max
}
The text was updated successfully, but these errors were encountered: