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.
c++ で pow(2, 64)-1 に近い大きな乱数を生成します。
大部分が大きい n 個の乱数を生成し、それらを配列に格納する必要があるという問題を説明してください。