#sequence program b = int(input('Input b: ')) n = int(input('Input n: ')) m = (b - n)**3 print('(b - n)**3 = ',m-)