CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 23:13:49 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=fd15e2c781f325c97e21c2d251d80259a899fda72f839c66e485400d582759b8a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%224wByO3Xv63OpDe12jYp4fJ1xcTU0u5nW%22%3B%7D; HttpOnly; Path=/
cf-ray: 98da4a3a8c34c1ba-BLR
#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include <string.h> - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- #include <ctype.h>
- #include <string.h>
- int main() {
- char niza[2000];
- scanf("%s", niza);
- int golemi_buvki = 0;
- int mali_bukvi = 0;
- int specijalni_karakteri = 0;
- int cifri = 0;
- for(int i = 0; i < strlen(niza); i++) {
- if(isdigit(niza[i])) {
- cifri++;
- }
- if(isalpha(niza[i])) {
- if(isupper(niza[i])) {
- golemi_buvki++;
- }
- if(islower(niza[i])) {
- mali_bukvi++;
- }
- }
- if(isalnum(niza[i]) == 0) {
- specijalni_karakteri++;
- }
- }
- if(strlen(niza) >= 8 && golemi_buvki >= 1 && mali_bukvi >= 1 && specijalni_karakteri >= 2 && cifri >= 1) {
- printf("SILNA LOZINKA\n");
- }
- else {
- printf("SLABA LOZINKA\n");
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
✅ Make $2500 in 20 minutes⭐ F
JavaScript | 5 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ J
JavaScript | 14 sec ago | 0.25 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 19 sec ago | 0.15 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 19 sec ago | 0.15 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 5
JavaScript | 24 sec ago | 0.25 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 31 sec ago | 0.15 KB
-
✅ Marketplace Glitch ✅ Working NEVER SEEN BE...
JavaScript | 34 sec ago | 0.25 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 43 sec ago | 0.15 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