2023-03-28から1日間の記事一覧

アルゴリズムと数学 040

https://atcoder.jp/contests/math-and-algorithm/tasks/math_and_algorithm_ak西の端から累積の距離を計算しておくだけですね。 // Travel #![allow(non_snake_case)] //////////////////// library //////////////////// fn read<T: std::str::FromStr>() -> T { let mut line = </t:>…