How can I test for multiple inputs
How stress test if there multiple inputs like graph of n nodes a array permutation of n nodes and Binary string of of length n
2.How can I see failed test case when I use qt cmp ?
Sorry, I've only just seen your message.
2.How can I see failed test case when I use qt cmp?
If you wish to view the failed test cases, you can attempt adding the --diff flag, similar to this
qt cmp -t main.cpp --c correct.cpp -g gen.cpp --diff
Here I leave the documentation of the command, in case it is required. Cmp Docs
How stress test if there multiple inputs like graph of n nodes a array permutation of n nodes and Binary string of of length n
@MdNihal05 Do you have an example of the input?
Hey thanks I will look into the documentation