mdbrnowski / codeforces-toolbox

🧰 Codeforces CLI created to make writing contests more efficient.
MIT License
7 stars 2 forks source link

Better test info #6

Closed mdbrnowski closed 3 years ago

mdbrnowski commented 3 years ago

If test fails, answer and program output are now displayed in columns. Little orange question mark is added next to the lines that are different in output and answer. Now you can use specified precision when dealing with floating point numbers while testing your solution (with -p flag).