ZeroJudge網站介紹
http://zerojudge.tw/
出現如下圖的題目說明
A001
import sys for line in sys.stdin: print('hello, '+line)
AC代表通過