CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:14:55 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=fc8e2a9e68ffb3bbfe87e4f3e9cf724b84aa7d14ecdd0b32b84d12cad9690745a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22VcCYSG4TSrdvM5xoXmjUoo8N4slVknLw%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc38522c3bcf00-BLR
list2.pl - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %check if a list is doubletone or not
- doubletone([_, _]).
- not_doubletone(L):-
- not(doubletone(L)).
- %whether two lists are same length or not
- length([], 0).
- length([X|Y], N):-
- length(Y, N1),
- N1 is N-1.
- same_length(X, Y):-
- length(X, L1), length(Y, L2), L1 =:= L2.
- same_length2([X], [Y]).
- same_length2([X|L1], [Y|L2]):-
- same_length2(L1, L2).
- is_natural(0).
- is_natural(s(X)):-
- is_natural(X).
- even(0).
- odd(1).
- even(s(s(X))):-
- even(X).
- odd(s(s(X))):-
- odd(X).
- mutliple_three(0).
- multiple_three(s(s(s(X)))):-
- mutiple_three(X).
- is_less_than(0, Y):- is_natural(Y).
- is_less_than(s(X), s(Y)):- is_less_than(X, Y).
Tags:
pl
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 1 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 10 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 20 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 31 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 42 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 51 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 1 min ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 1 min 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