Pregunta 1

Programe su solucion en p1.c
Compile con: make clean; make test-p1
Ejecute con: ./test-p1
Para probar con valgrind y ddd: make test-p1-valgrind
(lance aparte ddd)

Pregunta 2

Programe su solucion en p2.c
Compile con: make clean; make test-p2
Ejecute con: ./test-p2
Para probar con valgrind y ddd: make test-p2-valgrind
(lance aparte ddd)

Pregunta 3

Programe su solucion en p3.c
Compile con: make clean; make test-p3
Ejecute con: ./test-p3
Para probar con sanitize: make test-p3-sanitize
(no necesita lanzar ddd)

Pregunta 4

Programe su solucion en p4.c
Compile con: make clean; make test-p4
Ejecute con: ./test-p4

No hay valgrind o sanitize para esta pregunta.
Puede invocar buscarLlaveSec incluida en test-p4.c
