codeflash-internal/experiments/pie_test_set/p02621.py

4 lines
90 B
Python

def problem_p02621(input_data):
a = int(eval(input_data))
return a + a**2 + a**3