⌨️[AtCoder]ABC-074|A - Bichrome Cells2023/01/04に公開・約200字ツイートPythonAtCoder#abctech 設問ページ 🔗ABC-071 A - Bichrome Cells 提出結果 def getInt(): return int(input()) def main(): n = getInt() a = getInt() print(n ** 2 - a) if __name__ == "__main__": main() ツイートDiscussionログインするとコメントできますLogin
Discussion