CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 08:26:00 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=b4a317245854757b59ebd7392db1db60a5b6d16f6cf02b30c4c1d9f0c1164670a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22xtYaQ4IMO8ZxYbADX1jNM1H_8-q8W0oC%22%3B%7D; HttpOnly; Path=/
cf-ray: 98dd73176dca95be-BLR
#include <stdio.h>#include <string.h>char sz[1001] = "level"; - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <string.h>
- char sz[1001] = "level";
- ////////////////////////////////////////////////
- void foo(char *p, char *p2)
- {
- if(p >= p2) { printf("YES"); return; }
- if(*p == *p2)
- {
- p ++;
- p2--;
- foo(p, p2);
- }
- else printf("NO");
- }
- ////////////////////////////////////////////////
- int main()
- {
- int n = strlen(sz);
- foo(sz, sz+n-1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
🚨 Free Crypto Method 🚨
JavaScript | 8 sec ago | 0.24 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 9 sec ago | 0.15 KB
-
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 18 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 20 sec ago | 0.15 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ J
JavaScript | 21 sec ago | 0.25 KB
-
🔥 Exchange profit method
JavaScript | 27 sec ago | 0.24 KB
-
📝 EASY MONEY GUIDE ✅ Working 8
JavaScript | 30 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 31 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