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