Aktualizovat „du6/program.c“
This commit is contained in:
parent
5b6cccb21c
commit
16df69ddaa
@ -97,11 +97,11 @@ int main(){
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
printf("Prijati studenti:%s", string);
|
printf("Prijati studenti:%s", string);
|
||||||
for(int i = 0; i <= lines; i++){
|
for(int i = 0; i < lines + test; i++){
|
||||||
printf("%s\n", newNames[i]);
|
printf("%s\n", newNames[i]);
|
||||||
}
|
}
|
||||||
puts("Neprijati studenti:");
|
puts("Neprijati studenti:");
|
||||||
for(int i = lines + 1; i < newLines; i++){
|
for(int i = lines + test; i < newLines; i++){
|
||||||
printf("%s\n", newNames[i]);
|
printf("%s\n", newNames[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user