#include <stdio.h>

void main(void) {
	printf("%s", "test");
	return 0;
}
