#include using namespace std; int main() { cout << "This is the power program" << endl; return 0; }