Python返回Non-zero Exit Code 錯誤(ZOJ 1001)

zoj 1001  簡單的a+b問題python 以下的代碼返回'Non-zero Exit Code' code while True:     line = raw_input()     data = line.strip().split()     print int(data[0]) + int(data[1]) 解決方法:ip try: while True:
相關文章
相關標籤/搜索