View difference between Paste ID: YAuAAakd and YTLgX2yY
SHOW: | | - or go back to the newest paste.
1
#include <iostream>
2
using namespace std;
3-
void reszta_z_dziel();
3+
4-
void suma_pocz_l_niep();
4+
5-
void wypisz_nieparzyste(int,int*);
5+
6
	int a,b;
7
	cout<<"\n Podaj pierwsza liczbe\n";
8
	cin>>a;
9-
	wypisz_nieparzyste(ile,tab);
9+
10-
	reszta_z_dziel();
10+
11-
	suma_pocz_l_niep();
11+
12
13
	
14-
}
14+
15-
void wypisz_nieparzyste(int ile, int tab[])
15+