#include <stdio.h>

main()
{
 int i;
  printf("testing 1 2 3..\n");
}

