#include <stdio.h>

int main(void)
{
  printf("this is a test?\n another test.\n");
  return 0;
}