#include <iostream.h>
#include <stdlib.h>
#include <windows.h>

int main (int argc, char *argv[])
{
   /* Put your C++ codes here */
   return 0;
}
