void input_a() { int a = 3; int b = 4; int mult, d; mult = a * b; d = a * (b + mult); b = mult - a - d; }