Input eof problem

Traceback (most recent call last):
File “prog.py”, line 2, in
t=int(input())
EOFError: EOF when reading a line

Hello @atul20,

You are running the program without providing a custom input in the IDE. Give custom inputs before executing the code.

Thanks :slight_smile: