# your code goes here ilosc_dzialan = input() n = 0 for i in range(int(ilosc_dzialan)): i = int(input()) n = n + i print(n)
2 5 1 2 3 4 5 2 -100 100
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 5, in <module> ValueError: invalid literal for int() with base 10: '1 2 3 4 5'