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

アルゴリズムと数学 086

https://atcoder.jp/contests/math-and-algorithm/tasks/math_and_algorithm_bp0からはじめて、(が来たら+1、)が来たら-1として、負になったらアウトです。 // Parentheses Check #![allow(non_snake_case)] //////////////////// library /////////////////…