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