-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Any character difference in comparing the outputs result in a mismatch, but many online judges have the capability to handle such negligible differences. It would be nice to have such a capability in this tool as well. Such a whitespace-omitting capability would probably be the default option, accompanied with a command-line option also implemented to enforce checking for an exact match.
I'm not sure the extent to which the prominent online judges tolerate such white spaces. So, if you intend to send a pull request for this issue, do take the guidelines of one of such judges as a standard, and share their relevant documentation on it so that I have a clear understanding of the specifications of your implementation, as well as an insurance that your design decisions are based on a widely used competitive programming platform. After all, this tool is mostly going to be used by competitive programmers that dwell such online judge platforms.