x=int(input())y=int(input())wynik=x*yif wynik%2==0: print(wynik)else: wynik+=1print(wynik)
7 3
22
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!