Hello! I get my solution rejected with the following requirements violated: - The program should display the number of positive numbers in the original set. - If there are no positive numbers, the program should display "0". I copied the code to the IDE on my computer, and it works well. I tried different inputs like (-1, -1, -1), (0, -1, 1), (0, 0, 1), (-1, 1, 1), (1, 1, 1) and the examples from the problem statement, and always got the correct output. So the question is - what's going on?