#include <stdio.h>

int main()
{
	FILE *f;

	if (tmpfile())
		puts("tmp");

	return 0;
}
