Aktualizovat „du6/program.c“
This commit is contained in:
parent
8c81131dc5
commit
21b1caf08f
@ -89,7 +89,7 @@ int main(){
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
printf("Prijati studenti:");
|
printf("Prijati studenti:");
|
||||||
for(int i = 0; i < lines; i++){
|
for(int i = 0; i <= lines; i++){
|
||||||
printf("%s\n", newNames[i]);
|
printf("%s\n", newNames[i]);
|
||||||
}
|
}
|
||||||
puts("Neprijati studenti:");
|
puts("Neprijati studenti:");
|
||||||
|
Loading…
Reference in New Issue
Block a user