int a = 2; int b = 3; int result = a * a - b * b + 10; print(result);