#include <stdio.h>

signed main(){
	puts("hw");

	return 0;
}