#include  <stdio.h>

int  main()
{
  // Main function
}

int  sub()
{
  // Sub function
}



