• + 4 comments

    Since the "NP Complete Problems" don't allow us to buy the test cases with Hackos (reasonably so), would it be possible to find out what category of "Wrong Answer" a response falls in? Specifically, it would be helpful if it could break it down to one of: * Segmentation Fault * Incorrect format of output * Invalid solution Then it would, at least, be easier to know what kind of bug we're trying to track down without getting any real information about the test case. Thanks!