competitive-hpp 0.10.21

Competitive Programming Library for AtCoder with Rust
Documentation
1
2
3
4
5
pub mod eratosthenes;
pub mod factors;

pub use eratosthenes::*;
pub use factors::*;