We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Shakespeare Cuts It Short
Shakespeare Cuts It Short
Sort by
recency
|
9 Discussions
|
Please Login in order to post a comment
Update - solution checker still not working. Python 3. Anybody read these?
Update - solution checker still not working. C and Python 3. Anybody read these?
Solution checker not working, but even if it did I still have no idea how it could do the decoding, given that it is esplicitely asked to provide only 17-bit codes for words and avoid 8-bit codes for single alpha-nuemeric and special characters....
Checker is still broken (17 Nov. 2019) Please fix!?!!?
The program that checks the encoding is faulty (see output):
It reads the original text where it was expecting an integer (the only expected integer is the number of 17-bit codes on the first line of the output). I seems that the input to the checker is not the output of my program, but the original text. It is a problem of either miss-alignment, or even reading order being changed. None of the sample cases nor the test cases pass, although I have checked my program and satisfies the problem specifications.