aboutsummaryrefslogtreecommitdiff
path: root/2022/20/b.rs
blob: ec10cf0ee568bb243ed7c61d7d578df3d2c2b81e (plain)
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