AtCoder Daily Training EASY 2025/08/20 18:00start has begun.
AtCoder Daily Training EASY 2025/08/20 18:00start has ended.
以下のような実装でもACすることができます。
S = input() cond = S in "が ACE、BDF、CEG、DFA、EGB、FAC、GBD のいずれかと等しいとき" print("Yes" if cond else "No")
posted: last update: