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.
私は良いプログラミングの問題を尋ねられました:
入力には、0 ~ 255 (1 バイト) の 100 個の一意の数字があります。一度に 1 つの数字しか読み取れず、1 回しか読み取れません。使用できるメモリは 40 バイトあります。目標は、すべての数値を並べ替えて出力に出力することです。数字の一意性が非常に重要であることは確かです。
何か案は?