InfoAs Atlas
<- Go back Edit problem
Heads up!

The following is the problem preview, which might be in Romanian. This is how it should look like on the InfoAs CMS instances.

ID #123 · Colecția InfoAs · Operatori și expresii

Problema Suma Gauss

Ușoară (4 ★)

Memorie: 64 MB / 8 MB

Timp: 0.1 secunde

I/O: Necunoscută

## Cerință Se citește un număr natural `n`. Să se calculeze suma `1 + 2 + 3 + … + n` (suma numerelor de la `1` la `n`). ## Date de intrare Programul citește de la tastatură un singur număr natural, `n`. ## Date de ieșire Programul afișează pe ecran numărul natural `S`, reprezentând suma numerelor de la `1` la `n`. ## Restricții și precizări * `1 ≤ n ≤ 1.000.000.000` * Atenție la tipul de variabile folosite!