문제풀이/백준(Boj) 문제풀이

[백준][구현] 2914. 저작권(파이썬/Python)

얄루몬 2021. 11. 1. 01:51

a, l = map(int,input().split())
print(a*(l-1)+1)