Ответ Автор - fdgskm Ответ:Объяснение:n = int(input()) s = 0 for i in range(n): a = int(input()) s += a print(s)