#include <stdio.h>

main()
{
   printf("\nHello from power C");
}
