CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:30:12 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=41b90ce08259249f5ea93b7fe4066157300152d1bbbf472cb8e12ae75632de90a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22oLdWWaOzadrP5lWaLv1yXeglFKxPVrxJ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd5660ca79b9d7-BLR
Is_password_good - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##
- function is_password_good(password: string): boolean;
- begin
- var (cnt,sum_совпадений) := (0,0);
- if (Length(password) >= 8) then cnt += 1;
- if (password <> password.ToUpper) then cnt += 1;
- if (password <> password.ToLower) then cnt += 1;
- for var i := 1 to Length(password) do
- if password[i] in '0123456789' then sum_совпадений += 1;
- if sum_совпадений >= 1 then cnt += 1;
- if (cnt = 4) then Result:= true else Result:= false;
- end;
- //
- var txt := ReadString;
- Print(is_password_good(txt))
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ K
JavaScript | 3 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 1
JavaScript | 12 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 13 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ R
JavaScript | 14 sec ago | 0.24 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 23 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 23 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand