새소식

인기 검색어

프로그래머스/Lv.0

[Swift] 편지

  • -
import Foundation

func solution(_ num_list:[Int]) -> [Int] {
    let count = num_list.filter { $0 % 2 == 0 }.count
    return [count, num_list.count - count]
}

 

'프로그래머스 > Lv.0' 카테고리의 다른 글

[Swift] 피자 나눠 먹기 (1)  (0) 2023.02.08
[Swift] 평행  (0) 2023.02.08
[Swift] 팩토리얼  (0) 2023.02.08
[Swift] 특정 문자 제거하기  (0) 2023.02.08
[Swift] 특이한 정렬  (0) 2023.02.08
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.