Showing false results

when I am not giving any input, still it is giving result with number 3(program for checking prime or not). please let me know how to solve this. I have asked input from the user in the program. i am not writing anything in the input tab ,still it is showing results with 3.
I have called the number(9999321553 ) many times but no one is picking up the call

Hello @lipika, see if you don’t provide any input it will assume the given test case as the input and the no. 9999321553 is greater than the 1000000000 and n must be in between 1 <= n <= 1000000000.
So your input is not valid according to the constraints and if also there is some issue you can show me your solution.
The expected time complexity for its solution is O(root(N)).

I hope it is clear to you and in case still if there is any doubt pls let me know.
Thanks :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.