可以快速上手的开发文档
求和try:whileTrue:n=input()s=1forxinraw_input().split():s=s+int(x)printsexceptEOFError:exit()求乘try:whileTrue:n=inp..