Entrega Millo - Rinaldi 6°C Punteros Ejercicio 1#4
Entrega Millo - Rinaldi 6°C Punteros Ejercicio 1#4AlejoMillo00 wants to merge 6 commits intogbobr:masterfrom AlejoMillo00:master
Conversation
|
run tests |
|
Can one of the admins verify this patch? |
gbobr
left a comment
There was a problem hiding this comment.
El código no funciona debido a que el nombre de la función no coincide con el prototipo esperado.
Falta entrega del ejercicio 2
|
Continúa sin compilar el ejercicio 1, Faltan ejercicios 2 y 3! |
|
add to whitelist |
|
rerun tests |
|
rerun tests |
|
Falla la salida del ejercicio 3. Para ver más detalles: https://jenkins-gbobr-ci.7e14.starter-us-west-2.openshiftapps.com/job/punteros2/47/ |
|
|
||
| for(i=0;i < MAX_PLAYERS; i++) | ||
| { | ||
| printf("\n%d,", id[i]->id); |
There was a problem hiding this comment.
Verificar formato de la salida, debe agregar un espacio luego de las comas
| printf("\n#SALIDA#\n"); | ||
|
|
||
| //A PARTIR DE ESTE PUNTO LA SALIDA DEL PROGRAMA DEBE COINCIDIR EXACTAMENTE CON EL LOTE DE PRUEBA | ||
|
|
There was a problem hiding this comment.
Falta imprimir los títulos para que la salida coincida exactamente con el enunciado
No description provided.