#include using namespace std; const int N=5; int a[N]; void wprowadz_dane() { for(int i=0; i> a[i]; } } void wyprowadz_dane() { for(int i=0; i