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.
長さが等しい 2 つのリストをマージして、絡み合った要素のリストを作成するにはどうすればよいですか?
たとえば、リスト2, 4, 6とラケット1, 3, 5で生成する必要があります。2, 1, 4, 3, 6, 5
2, 4, 6
1, 3, 5
2, 1, 4, 3, 6, 5
私はこれを理解するのに苦労しています。