【Python】AtCoder Beginner Contest169 A問題 解答 スポンサーリンク Atcoder 2021.07.25 この記事は約1分で読めます。 スポンサーリンク A問題 Multiplication 1 a,b = map(int, input().split()) print(a*b) 12 a,b = map(int, input().split())print(a*b)
コメント