Skip to content

Entrega tp punteros 27/9 Brito & Portaluppi | 6toC#1

Open
sakurinabrito wants to merge 3 commits intogbobr:masterfrom
sakurinabrito:master
Open

Entrega tp punteros 27/9 Brito & Portaluppi | 6toC#1
sakurinabrito wants to merge 3 commits intogbobr:masterfrom
sakurinabrito:master

Conversation

@sakurinabrito
Copy link

fijate si te sirve profe la modificación q hicimos jeje ponela en tu codigo a ver si te anda xD

@gbobr
Copy link
Owner

gbobr commented Oct 12, 2018

run tests

@gbobr
Copy link
Owner

gbobr commented Oct 12, 2018

Can one of the admins verify this patch?

Copy link
Owner

@gbobr gbobr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El ejercicio 1 está correcto.
Falta entrega de ejercicio 2

dale profe volve al lol
@gbobr
Copy link
Owner

gbobr commented Oct 18, 2018

run tests

@gbobr
Copy link
Owner

gbobr commented Oct 18, 2018

add to whitelist

Copy link
Owner

@gbobr gbobr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ejercicios 1 y 2 aprobados, ver detalles de corrección del ejercicio 2.
Falta el ejercicio 3!

{
for(pun=vec; *pun != 0; pun++ ){
if(*pun==','){
pun++;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El test automatizado está fallando porque la salida no es exactamente lo que se esperaba.
El programa está agregando un caracter espacio ' ' al comienzo de cada linea.

Por fuera de ese detalle, el ejericico está aprobado


printf("\n#SALIDA#\n");
printf("%s\n",vec);
while(*pun!=0)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hace falta este while?? Qué función cumple?

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

rerun tests

@gbobr
Copy link
Owner

gbobr commented Oct 25, 2018

No coincide la estructura de directorios de la entrega.
Aprobá este PR para actualizar tu repositorio: sakurinabrito#1
Luego subí los archivos a los directorios correspondientes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants