⌨️[AtCoder]ABC-125|A - Biscuit Generator2023/02/11に公開・約200字ツイートPythonAtCoder#abctech 設問ページ 🔗ABC-125 A - Biscuit Generator 提出結果 def getIntMap(): return map(int, input().split()) def main(): a, b, t = getIntMap() print(t // a * b) if __name__ == "__main__": main() ツイートDiscussionログインするとコメントできますLogin
Discussion