2023-02-04から1日間の記事一覧

アルゴリズムと数学 027

https://atcoder.jp/contests/math-and-algorithm/tasks/math_and_algorithm_aaマージソートを実装するだけです。 URLはExcel方式ですね。 // Sorting #![allow(non_snake_case)] fn read<T: std::str::FromStr>() -> T { let mut line = String::new(); std::io::stdin().read_lin</t:>…