Sum of integers

Given a list of n integers x₁, …, x_(n), give their sum as output.

Input

The first line contains a natural number n. The second line contains a
white-separated list of integers x₁, …, x_(n).

Output

The output contains a single integer, the sum x₁ + ⋯ + x_(n).

Problem information

Author: Guille Godoy

Generation: 2026-01-25T22:02:16.033Z

© Jutge.org, 2006–2026.
https://jutge.org
