Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: e <math.h> #include <string> #include <time.h> #include <cstdlib> #include <limits> /* #include <iomanip> */ void pause(); int swiggle(int o); bool stringcheck(string, string); int main() { std::string passwd_given = ""; std::string passwd = "caramel_egg_1"; int magic_guess = 0; int magic_num = 0; srand(time(NULL)); magic_num = rand() % RAND_MAX; std::cout << "Enter […]
↧