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