python-algorithm

[백준] 2163

무적김두칠 2021. 2. 23. 15:24

1
2
a,b=map(int, input().split())
print(a*b-1)
cs

마지막 한번은 안잘라줘도 되니까..ㅎ

반응형