2023-08-10から1日間の記事一覧

アルゴリズムと数学 087

https://atcoder.jp/contests/math-and-algorithm/tasks/math_and_algorithm_bq ですね。 // Simple Math Easy #![allow(non_snake_case)] //////////////////// library //////////////////// fn read<T: std::str::FromStr>() -> T { let mut line = String::new(); std::io::std</t:>…