CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 03:31:45 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=9a1145e4b2d324e881bcd6c793c79398a17e484e7ff4de21334e45bd2d1e4064a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22e05OKIad7qEWP6hNggGrWsJLKHUZ-dSI%22%3B%7D; HttpOnly; Path=/
cf-ray: 98e4016c6a39c181-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
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 0 sec ago | 0.15 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 1 sec ago | 0.15 KB
-
🔥 Exchange profit method
JavaScript | 3 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 11 sec ago | 0.15 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 12 sec ago | 0.15 KB
-
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 12 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ T
JavaScript | 19 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