import Data.List (!)=isInfixOf f[a,b,c]|a!b,b!c="YES"|1<2="NO" m@main=getLine>>=putStrLn.f.words>>m
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page