【Python】AtCoder Beginner Contest 128 A問題 解答 Atcoder 2021.07.25 この記事は約1分で読めます。 A問題 Apple Pie a,p = map(int, input().split()) c = a*3+p print(c//2) 123 a,p = map(int, input().split())c = a*3+pprint(c//2)
コメント