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

アルゴリズムと数学 083

https://atcoder.jp/contests/math-and-algorithm/tasks/typical90_nAとBの両方をソートして距離を取ります。 // We Used to Sing a Song Together #![allow(non_snake_case)] //////////////////// library //////////////////// fn read<T: std::str::FromStr>() -> T { let mut </t:>…