1
2
3
4
5
6
7
8
9
// input!, Chars等 のみを提供
pub use proconio::{input, marker::*};

// 内部クレートより使用頻度の多い機能を提供
pub use crate::{
    io::{exit, yes_no},
    math::{max, min},
    modint::{ops, aplicate},
};