#include  <stdio.h>

int  main()
{
  // メイン関数
}

int  sub()
{
  // サブ関数
}


