3351 - Prime 3: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 April 2023

11 April 2023

  • curprev 15:0915:09, 11 April 2023Robert Manc talk contribs 1,793 bytes +1,793 Pagină nouă: == Cerinţa == Se dau '''nr''' numere naturale. Determinați suma celor prime. == Date de intrare == Programul citește de la tastatură numărul '''nr''', iar apoi '''nr''' '''numere''' naturale. == Date de ieşire == Programul va afișa pe ecran numărul '''suma''', reprezentând suma celor prime. == Restricții și precizări == * '''nr ∈ Ν''' * '''1 ⩽ nr ⩽ 1.000''' * cele '''nr''' '''numere''' citite vor fi mai mici decât '''1.000.000.000''' == Exemplu1 =...