#include "math.h" #include "output.h" int main(void) { int pow = power(2, 8); print_res(pow); }