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