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; }