1 2 3 4 5 6 7 8
mod common; use common::*; fn main() { let mut a = read_from_stdin(1); mix(&mut a); println!("{}", groove_sum(&a)); }
Generated with cgit - Back to sebastiano.tronto.net