melepecisko

By: Anonymous12/9/202139 views Public Note
PIERWSZA: #include 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)

Want to create your own notes?

Join thousands of users writing securely on ProNotepad.