OneCompiler

I wanna just do it #2

120

#python code
a,b=map(int,input.split())
print(pow(a*b)-(a+b))