CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:08:06 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=d366b4f50a04dee2b6ae09e800b980e88d7772f659e3f3ba564c602669be92aaa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%222a5SXmU-P1mAW6vHEjr7SskrUrVmKakE%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d0fcd0abadad8b-BLR
ftree.pl - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- parent(tom, bob).
- parent(pam, bob).
- parent(tom, liz).
- parent(bob, ann).
- parent(bob, pat).
- parent(pat, jim).
- child(X, Y) :-
- parent(Y, X).
- grandparent(X, Y) :-
- parent(X, Z), parent(Z, Y).
- grandchild(X, Y) :-
- child(X, Z), child(Z, Y).
- male(tom).
- female(pam).
- male(bob).
- female(liz).
- female(ann).
- male(pat).
- male(jim).
- different(X, Y) :-
- X \= Y.
- father(X, Y) :-
- parent(X, Y), male(X).
- mother(X, Y):-
- parent(X, Y), female(X).
- brother(X, Y) :-
- parent(Z, X), parent(Z, Y), male(X), different(X, Y).
- sister(X, Y) :-
- parent(Z, X), parent(Z, Y), female(X), different(X, Y).
- predecessor(X, Y) :- parent(X, Y); parent(X, Z), predecessor(Z, Y).
- sibling(X, Y) :-
- brother(X, Y); sister(X, Y).
- aunt(X, Y) :-
- parent(Z, Y), sister(X, Z).
Tags:
pl
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 1 sec ago | 0.25 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 1 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch
JavaScript | 2 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 1
JavaScript | 10 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 12 sec ago | 0.24 KB
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 13 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ E
JavaScript | 19 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 21 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