Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
数値のリスト/配列を受け取り、偶数の合計と奇数の合計で(a,b)あるタプルまたは同様の形式を返す再帰関数を作成するのに助けが必要です...例:ab
(a,b)
a
b
input: [1, 2, 3, 4, 5] return: (6, 9)