← Back to List
2914번: 저작권 ↗
Solutions
Python 3
51 B | 51 chars
a,b=list(map(int,input().split())) print(a*(b-1)+1)