#include_next "stdio.h"

signed main() {
	puts("seriously?");
	return 0;
}