mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-04 12:23:58 +08:00
* Prime Here we can check prime upto 10^8 in O(1). It is very useful in Competitive programming. * Update and rename Math/Primeupto10^8.cpp to math/primes_up_to_10^8.cpp * long long -> int64 * cstdint::int64_t * int64_t * std::cin
619 B
619 B