Player got straight flush, opponent got royal flush. I tried to pass it with default output for this input, but none of these - Win/Tie/Loss worked for me. When I use exactly the same input in my own test it works properly. Do you have some suggestions?
If it's the same issue as below, let's assume the same solution as below.
Closing.
Are you sure you were looking at the correct logs ? The
Test failed
orTest passed
messages are related to the logs printed ABOVE them.See also https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input .
there's a comment down in the page that might explain your issue :
Same issue as blitzwar with C++:
PLAYER HAND: JH 9H TH KH QH
OPPONENT HAND: JH AH TH KH QH
Player got straight flush, opponent got royal flush. I tried to pass it with default output for this input, but none of these - Win/Tie/Loss worked for me. When I use exactly the same input in my own test it works properly. Do you have some suggestions?
Nah, me as well.