This question shows research effort; it is useful and clear
-2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
私はこの問題を抱えています:
let say と int を含むリストがあります。整数が最初のリストに含まれる場合は、その整数を新しいリストに追加します。つまり、整数が 1 の場合、[2;1;2;1;4;1]結果は新しいリストになるはずです。[1;1;1]末尾再帰を使用できます。私はグーグルを使用して、ここでスタックオーバーフローで同様のものを探しましたが、見つかりません。