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

アルゴリズムと数学 088

https://atcoder.jp/contests/math-and-algorithm/tasks/arc107_a ですね。 // Simple Math #![allow(non_snake_case)] //////////////////// constants //////////////////// const D: u64 = 998244353; //////////////////// library ////////////////////…