CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 01:13:58 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=c14de5e3c02be76810c71b9863dcbd8280c538cdd415077c3b5ac9309f922d87a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22VzWwg7FnG-dI0D4ctHD8aHhbqRdnfwwa%22%3B%7D; HttpOnly; Path=/
cf-ray: 98ca7f7c9de0cf00-BLR
Paradigmas_prolog_lr3 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %task 1 default
- summ(0,0).
- summ(N,X):- N1 is N-1, summ(N1,X1), X is X1 + (4*N-1).
- %task 1 tail
- tail(0,T,T).
- tail(N,T,R):- N1 is N - 1, T1 is T + (4*N-1),tail(N1,T1,R).
- %task 2
- f(0,1).
- f(1,2).
- f(N,R):-
- N1 is N - 1,
- N2 is N - 2,
- f(N1,R1),
- f(N2,R2),
- R is R1 - 2 * R2.
Advertisement
Add Comment
Please, Sign In to add comment
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 4
JavaScript | 8 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 2
JavaScript | 19 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ O
JavaScript | 32 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ U
JavaScript | 55 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ A
JavaScript | 58 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ L
JavaScript | 1 min ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ Y
JavaScript | 1 min ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 8
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