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