manabeai/ac-library-mbt/algebra does not have a README file
pub trait FlowInt {
fn to_i64(Self) -> Int64
fn from_i64(Int64) -> Self
fn maximum() -> Int64
}pub trait ModInput {
fn reduce(Self, Int) -> Int
fn from_residue(Int) -> Self
}pub(open) trait Zero {
fn zero() -> Self
}Install
Download zipA complete MoonBit port of AtCoder Library v1.6