Aktualizovat „du6/program.c“

This commit is contained in:
Artem Horbunov 2020-04-08 15:59:30 +00:00
parent 8c81131dc5
commit 21b1caf08f

View File

@ -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:");