CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 10:42:36 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=d5978d3058f79ab7bdae36abc0b6e2c24161237bff923738723094c731fa67dea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%227QXcF38gje2ogr-D_F1qbdN2VMqrNsuL%22%3B%7D; HttpOnly; Path=/
cf-ray: 98de3b2d987bb9d7-BLR
#include <stdio.h>#include <cstring>#include <stdlib.h>char s - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <cstring>
- #include <stdlib.h>
- char sz[9999];
- int push(const char*p);
- void monitor(int s);
- //////////////////////////////////////////////////////////
- struct M
- {
- int c; // Длина строки / кол-во букв
- int b; // Адрес строки
- };
- M t[10];
- ///////////////////////////////////////////////////////////
- int main()
- {
- struct M *p = (M*)malloc(sizeof(struct M));
- push("our,");
- push("sailor,");
- push("save,");
- push("soul,");
- push("stop,");
- push("Flash");
- push("Jack");
- push("peas");
- for(int i = 7; i >= 0; i-- )
- {
- monitor(i);
- }
- }
- //////////////////////////////////////////////////////////////
- int push(const char *p)
- {
- static int ncounter = 0;
- static int offset = 0;
- int x = strlen(p);
- t[ncounter].c = x;
- t[ncounter].b = offset;
- offset = offset + x;
- // printf("%d\n", x);
- strcat(sz, p);
- ncounter ++;
- return ncounter;
- }
- ////////////////////////////////////////////////////////////////
- void monitor(int s)
- {
- printf("%d = ", t[s].c);
- printf("%.*s\n",t[s].c, t[s].b + sz);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📝 EASY MONEY GUIDE ✅ Working R
JavaScript | 2 sec ago | 0.25 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 6 sec ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working E
JavaScript | 10 sec ago | 0.25 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 15 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐ X
JavaScript | 18 sec ago | 0.25 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 28 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 28 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 38 sec ago | 0.25 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