p00f / cphelper.nvim

Neovim helper for competitive programming. Use https://sr.ht/~p00f/cphelper.nvim instead
MIT License
130 stars 9 forks source link

Solution marked wrong until whitespace is removed #25

Closed pyfb78 closed 2 years ago

pyfb78 commented 2 years ago

The plugin marks the solution wrong until the whitespace is removed. However, it does give a warning about the whitespace. While it isn't too bad of an issue, it is slightly a bit of a pain.

p00f commented 2 years ago

Some judges don't accept extra whitespace. To be on the safer side, it is better to consider such solutions wrong

pyfb78 commented 2 years ago

Some judges don't accept extra whitespace. To be on the safer side, it is better to consider such solutions wrong

Is it possible to differentiate between different checkers?

p00f commented 2 years ago

Nope, too much work