CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 22:54:22 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=91978b538d3297a5b17632485781237df03000de3042515c8e28489ff7995052a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22CfA-9VDs0hN6pzFnD16lC4pvbnWzHOyC%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d1f05a0bf10bc9-BLR
(define-struct trabajador (cedula nombre edad zona))(define listaTrabajadores - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (define-struct trabajador (cedula nombre edad zona))
- (define listaTrabajadores
- (cons (make-trabajador "456" "Mario" "23" "Secretario_Administrativo")
- (cons (make-trabajador "452" "Germán" "56" "Administrativo")
- (cons (make-trabajador "326" "Fernanda" "42" "Ejecutiva")
- (cons (make-trabajador "296" "Andrea" "20" "Programadora")
- (cons (make-trabajador "103" "Marilan" "25" "Secretario_Administrativo") empty)
- )
- )
- )
- ))
- (define (Trabajadores Lista cedula)
- (cond
- [(not (list? Lista)) "Ingresa una lista"]
- [(empty? Lista) "La persona con esta cédula, no es un trabajador"]
- [(equal? cedula (trabajador-cedula (first Lista))) (trabajador-zona (first Lista))]
- [else (Trabajadores (rest Lista) cedula)]
- ))
- (Trabajadores listaTrabajadores "326")
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 3 sec ago | 0.10 KB
-
📌 Swapzone +37% glitch
JavaScript | 5 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ J
JavaScript | 8 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 15 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ Q
JavaScript | 17 sec ago | 0.25 KB
-
📝 Exchange profit method
JavaScript | 22 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 27 sec ago | 0.10 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