Esempio n. 1
0
int main()
{
	srand(time(NULL));
	int a[10];
	for (int i = 0; i < 10; i++)
		a[i] = rand() % 50;
	qwerty(a, 10);
	return 0;
} 
Esempio n. 2
0
int
f (int i)
{
  return qwerty (i) + 1;
}