I would like to solve the challenge. The language of my preference is R. I am not sure how to receive input. On hackerrank coding window it says that
\"# En
A very handy one-liner to read in from standard input is the scan function, for instance:
scan
text <- scan(file = 'stdin', what = 'character', sep = '\r')