Update 'du5/program.c'

This commit is contained in:
Anzhelika Nikolaieva 2023-03-24 14:45:22 +00:00
parent c242e58307
commit 0a296f77f2

View File

@ -103,6 +103,9 @@ int main(){
strcpy(celovek[j].name, tmp_name); strcpy(celovek[j].name, tmp_name);
} }
if(name==0){
printf("Nepodarilo nacitat nic\n");
return 0;
} }
} }