You are viewing a single comment's thread. Return to all comments →
n,m = map(int, input().split()) x= n*m if x ==1: print(0) else: print(x-1)
Seems like cookies are disabled on this browser, please enable them to open this website
Cutting Paper Squares
You are viewing a single comment's thread. Return to all comments →