Hi guys!
I am trying to solve the cowsay task ad have run into a problem with test "Extra 10". It is said in the rules for this task, that repeating whitespaces should be replaced by a single one. However, test "Extra 10" HAS repeating whitespaces in the correct answer while my solution replaces them by one. This is the result said to be correct in test:
/ \
| 012345678901234567890123456789012345678 |
\ 9 /
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
This is my result:
/ 01234567890123456789012345678901234567 \
\ 89 /
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
So i guess the rules or the test should be changed. Or if I missed something please point me.
Thanks in advance.
Created at: 2015/12/30 13:16; Updated at: 2016/01/27 01:24