Problem
Write a program poly.cairo that computes the expression:
$$
x^3 + 23x^2+ 45x + 67 = 0, x = 100
$$
After the program ends, the value should be at [ap - 1].
For this exercise, you may assume that the fp register is constant and initialized to...