Hello @justani , just wanted to ask will this feature be available for other languages like Kotlin or is not currently being developed for other languages?
The languages which are supported for WA Debug currently are enough for 95%+ submissions. We will try to bring it for other languages based on the usage of languages. But no plans to pick this up till next month.
Thanks for the response😀
Add HASK as a supported language for this feature. Thanks!
This feature failed on MISREP Problem - CodeChef following question.
I think whenever there is multiple output exists and we have to print any one of it, this feature fail in that condition.
My solution - CodeChef: Practical coding for everyone
This feature completely failed.
Thanks for reporting. It was an oversight, and has been disabled for this problem now.
Hey @ketan_gupta ,
This generally happens when your code is not failing on any individual test case, but failing on some test file because of how test cases are ordered. You can try to debug this by checking the way you are storing some intermediate values in your code.
I will also check and get back if there is some error from our side due to which a test case was not found.
@justani thanks for responding.
I am not getting this, which intermediate values you are talking about
I think your code fails on this test case.
Input:
1
4 1
1101
Expected output:
0010
Actual output:
1010
Let me know if this is correct. I am still debugging the reason why you did not get a test case.
In fact, the WA feature should work on this problem for you now. Please let me know any other problem on which you have faced similar issue.
Nice feature, i understand why it is a paid feature, however i think it would be nice a “debug WA test case” for free daily, at least the first one. or 7 per week ,whatever works best.
Now that this thing becomes premium I can’t even find my corner cases … forever.
it is not even able to find the test cases that were not satisfied after debugging so why did i even take the premium pack
Hey @srujan21630, If you are talking about your submission on BROKPHONE problem, then I think the problem is that you have included boost library which is not supported by our test case finder. If you remove the library header and then try, you should get the Wrong answer test case.
I will also add this library to our test case finder. Let me know if you still face any issue.
For those who cannot afford Premium, what should they do ?
@pro_god - we have tried to setup the content on the platform in a manner such that primary features are available to all users.
- problems, other’s submissions, learning component of our courses are available for all users for free
- Additional features (WA, Hints, Video editorials) and Practice / Quiz component of the courses are available only for Pro users
Hopefully the free components of the platform will provide you sufficient resources to learn / practice.
