iri
By: Anonymous12/8/202148 views Public Note
using namespace std;
const int N = 6;
string slownik[N] = {"rower", "siatka", "lawa", "joe", "bidon", "cypel"} ;
int main(){
setlocale(LC_ALL, "Polish");
string haslo = "rower"
string odgadywane(haslo.length(),'*');
int proby = 10;
string odp;
using namespace std;
const int N = 6;
string slownik[N] = {"rower", "siatka", "lawa", "joe", "bidon", "cypel"} ;
int main(){
setlocale(LC_ALL, "Polish");
string haslo = "rower"
string odgadywane(haslo.length(),'*');
int proby = 10;
string odp;
while((odgadywane != haslo)