#include <stdio.h>

int main(void)
{
  fprintf(stderr, "should add these lines:\n#include <...>\n");
  return 0;
}