⌨️[AtCoder]ABC-053|A - ABC/ARC2022/12/22に公開・約200字ツイートPythonAtCoder#abctech 設問ページ 🔗ABC-053 A - ABC/ARC 提出結果 def getInt(): return int(input()) def main(): x = getInt() print('ABC' if x < 1200 else 'ARC') if __name__ == "__main__": main() ツイートDiscussionログインするとコメントできますLogin
Discussion