CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:39:32 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=9794bf9856731a03f362a445d71be5606204dce3ac5958e552e52b4aab56032da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22PYTIqRV-U-yow30bBzrRQzelgn8gCOH3%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c99d3f8ee9c18d-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()
- {
- scanf("%s", sz);
- int n = strlen(sz);
- foo(sz, sz+n-1);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 5 sec ago | 0.10 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 6
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 17 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ L
JavaScript | 18 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ A
JavaScript | 29 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 30 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ O
JavaScript | 40 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 42 sec ago | 0.10 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