我就不说话了……python的强大……当初要是NOI,NOIP让用python……
sum = 0
fd = open('pe13.in', 'r')
for i in range(100):
line = fd.readline()
now = int(line)
sum += now;
print(sum)
不过难道我以后高精度都用python来写么……
我就不说话了……python的强大……当初要是NOI,NOIP让用python……
sum = 0
fd = open('pe13.in', 'r')
for i in range(100):
line = fd.readline()
now = int(line)
sum += now;
print(sum)