Изменить 'du6/program.c'
This commit is contained in:
parent
f2b47c11d1
commit
c6023e4c31
@ -53,7 +53,7 @@ int main(){
|
||||
}
|
||||
|
||||
printf("Prijati studenti:\n");
|
||||
for(int i = 1; i <= finalPosition; i++) {
|
||||
for(int i = 1; i <= finalPosition+1; i++) {
|
||||
printf ("%s", inputs[i]);
|
||||
if(i == 5) break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user