pub use crate::utils::*; pub use anyhow::Error; pub use itertools::Itertools; pub use std::{ collections::{ HashMap as M, HashSet as S, VecDeque as D }, cmp::Ordering as Or, }; pub type SS = &'static str;