Aktualizovat „du5/program.c“

This commit is contained in:
Bohdan Yanchyk 2020-04-10 00:03:02 +00:00
parent ce83440de1
commit 68c0d64848

View File

@ -38,7 +38,7 @@ int main(){
int score=0;
int c =0;
char str[100];
while(fgets(str,100,stdin)){
while(fgets(str,100,stdin)!=EOF){
if(isalpha(str[0])!=0||str[0]=='\n'){
if(c==0){
printf("Nepodarilo nacitat nic\n");