Name = raw_input()
CW = raw_input()
CType = raw_input()

if CW == 'Sclean':
	print(CW)
endif