pow
#undef pow
#define pow(x, y) __tgmath_pow(x, y)
pow(double x, double y) {
void pow(MINT *a, MINT *b, MINT *c, MINT *d) { mp_pow(a, b, c, d); }