New quest — Lines Count
In a candlelit cottage near Võru, Liina gathers the voices of old women into handwritten tales — one line at a time. But where she sees memory, Mihkel sees structure.
This quest is about giving form to the formless — counting the quiet echoes of a culture before they fade.
On the input tape, you'll get a text. Your task is to count the number of lines in the text and print it on the output tape as a unary number. Lines are separated by +
. Each line consists of English letters a-z
and Estonian letters äöõü
, -
is used as a word delimiter.
For example, if the input tape is hello+world+how-are-you
, your output tape should be |||
(3 lines).