int reset(int a, int b, int c) { return a * b + c; }