알고리즘/백준

백준-2914번(저작권)-python3

nyeongha 2023. 11. 26. 01:15
a,b=map(int,input().split())
print(a*(b-1)+1)
저작자표시 비영리 변경금지 (새창열림)