New to codechef

Hi,

I am new to codechef and started coding in python. What is the input method of problem submitted on codechef portal . do they use command line to take input or simply from standard input in runtime ?

Regards
Shubham

Input is taken from stdin and output is written to stdout.

Check out this link for sample solutions - Sample Solutions.

Thank you for your valuable reply…