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

アルゴリズムと数学 035

https://atcoder.jp/contests/math-and-algorithm/tasks/math_and_algorithm_ag半径と中心間の距離の関係ですね。 // Two Circles #![allow(non_snake_case)] use std::ops::Sub; //////////////////// library //////////////////// fn read<T: std::str::FromStr>() -> T { let m</t:>…