gabrielsimoes / cfparser.vim

A codeforces plugin ported from emacs plugin gnull/cfparser.
Do What The F*ck You Want To Public License
48 stars 10 forks source link

Remove empty lines from beginning of input/output #16

Closed jakobkogler closed 5 years ago

jakobkogler commented 5 years ago

Since a few weeks (or months?) Codeforces starts all (or some?) input/output fields with an empty line. This results in .in and .out files with a leading empty line, which makes comparing the output and expected output harder.

This pull request removes leading empty lines from the beginning of each input/output field, if there are any.

gabrielsimoes commented 5 years ago

Sorry for the delay in replying. Thanks for the contribution!