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:
相关文章
相关标签/搜索