Runt time eror:EOF

I am new to code chef and tried running few codes in pyth 3.6 but getting run time:-
error:Traceback (most recent call last):
File “./prog.py”, line 2, in
EOFError: EOF when reading a line
This haapens everytime. Tried running program on VS code and also with custom inputs it was running fine.
Problem link :- https://www.codechef.com/LP0TO101/problems/START01

Your python 3.6 solution for this basic problem can be just one line of code.

print(input())

If you are using the custom input to test your code, make sure you have the test data included.