program

 0    11 fiche    guest3813684
Télécharger mP3 Imprimer jouer consultez
 
question język polski réponse język polski
1.
commencer à apprendre
include ctime
2.
commencer à apprendre
include cstdlib
3.
commencer à apprendre
using namespace std
4.
commencer à apprendre
const int N =20;
5.
commencer à apprendre
void losuj (int A[])
6.
commencer à apprendre
{int i; for (i=0; i《N; i++)
7.
commencer à apprendre
{A[i] = rand()%100;}}
8
commencer à apprendre
void wypisz (int A[])
9
commencer à apprendre
{int i; for (i=0; i《N; i++)
10
commencer à apprendre
{cout 《《 A[i] 《《 " ";}
11.
commencer à apprendre
cout 《《 endl;

Vous devez vous connecter pour poster un commentaire.