#ifndef MATH_H #define MATH_H int pow(int x,int n); #endif