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.
While Language
While Language
Sort by
recency
|
8 Discussions
|
Please Login in order to post a comment
Great exercise, I finally learned how to use Parsec in Haskell doing this.
Thanks for this nice task.
I used File comparison tool of windows to compare my output with the "Expected Output", no difference found, for test case 3,4,7. Someone please take a look, I spent an unhealthy amount of time in this problem...and this kind of hurts....:(
In test case 3,4 and 7...my local machine gives exact same output as in "Expected Output"...what's going wrong?
When I submit my solution, test cases 4 & 7 fail with a "runtime" error. However, when I download those test cases and run them either locally or as "custom input" online, I get no error, and I do get the expected result.
Any idea what the problem might be?