Изменить 'du6/program.c'

This commit is contained in:
Pavlo Tverdyi 2020-04-16 21:28:02 +00:00
parent 729daed833
commit 3588b571b9

View File

@ -90,6 +90,9 @@ void print(struct LIS *list,int count,int places){
}
}
}
if(count==0){
puts("Ziadne prihlasky");
}
}
void AAAAA(struct LIS* list, int count,int places){
for(int i=0;i<count*2-1;i++){