+ 1
How to answer the other 4 test cases? How to meet the conditions for the other 4 cases? I am only able to satisfy the first case
Test case problem
5 odpowiedzi
+ 3
Aimbot What you need to do is write a program that will work for any input, not just the test cases you can see.
Use input() method to take the input (which will automatically give you the input for each case), then manipulate what you get into what you need to output.
The code coach basically runs your code once for each test case, not once for all cases.
+ 3
Try understanding what is asked in the question carefully,if you just do what is asked you will get all 5 test cases correct or you can ask questions related to what you might be doing wrong ,
+ 1
You have to read the question carefully. For example, an > instead of an >= can make you fail a case.
Also, if you would share your code, maybe we can help you
+ 1
It asks for 5 outputs. Like it says.. test case 1 should be reversed bathroom.. which is moorhtab. And 4 more. How and where to write the answers for the other cases?
0
THANKS!