+ 1
How to solve tests in SoloLearn?
There are tasks in which test # 1 and test # 2 are written, I solve test # 1, but I don’t know how to combine so that test # 2 would be solved.
4 Respostas
+ 2
Sololearn tests your program against different test cases by giving test input using input command in your program .
+ 2
If you write the code properly all 5 test cases will complete
+ 2
Try to pay attention to the algorithm they elaborate on how to reach to the solution.
All the time works properly
0
I also have a similar issue