RudreshVeerkhare / Catalyst

A VS code Extension to accelerate the process of solving problems on Codeforces.
GNU General Public License v3.0
77 stars 14 forks source link

outputs without new lines are still treated as accepted #28

Open philopaterwaheed opened 3 months ago

philopaterwaheed commented 3 months ago

some times some problems require you to output the outputs separated by a new line for example image if my problem solution is outputed like this

1033412

it is still considered a valid answer which may lead to wrong answers/submission in cases you are in a harry like a contest for example image