CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 09:36:30 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=a4e3ec5bf6450fd7b5fce5bdd4c4c6cb96589e268172a314613b955185bd0245a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22yiSCltbdryddgY-aOVkgQIbHyHGQCwnJ%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cd5f9f1b3295be-BLR
;Autores: Daniel Felipe Casallas Ortiz;Fecha: 8/Agosto/20;Contrato: multipli - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Autores: Daniel Felipe Casallas Ortiz
- ;Fecha: 8/Agosto/20
- ;Contrato: multiplicacion: numero numero -> numero
- ;Descripcion:Recibe dos numeros que se evaluan entre ellos
- ;EJEMPLOS:
- (define (multiplicacion a b)
- (cond
- [(not (and (number? a)(number? b)))(error "La entrada debe ser un numero")]
- [(= b 1) a] ;caso base
- [else (+ a (multiplicacion a (- b 1)))]
- )
- )
- (multiplicacion 2 5)
- ;Autores: Daniel Felipe Casallas Ortiz
- ;Fecha: 8/Agosto/20
- ;Contrato: elevar: numero numero -> numero
- ;Descripcion:Recibe dos numeros que se evaluan entre ellos
- ;EJEMPLOS:
- (define (elevar a b)
- (cond
- [(not (and (number? a)(number? b)))(error "La entrada debe ser un numero")]
- [(= b 0) 1] ;caso base
- [else (* a (elevar a (- b 1)))]
- )
- )
- (elevar 2 3)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ MAKE $2500 IN 15 MIN ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 6 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ R
JavaScript | 8 sec ago | 0.24 KB
-
⭐ ✅ Free Products Method ✅ ✅ NEVER SEEN BEFOR...
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 24 sec ago | 0.10 KB
-
⭐ G2A Bug ⭐ (Get more on BTC swaps) ✅ NEVER S...
JavaScript | 25 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 34 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 36 sec ago | 0.10 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 44 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