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.
最大の 24 ビット素数を計算するために使用できるツールはありますか? 最大の 16 ビットと 32 ビットを見つけましたが、入力としてビット数を取り、最大の素数を計算できるツールはありますか?
これでいいの?
int largest_24_bit_prime_number() { return 16777213; }