Input library for competitive programming.
#[macro_use] extern crate comp_input; fn main() { input! { n, m: usize, edges: [(usize1, usize1); m] } }