Изменил(а) на 'du3/program.c'
This commit is contained in:
parent
3c8964523f
commit
1b4ea58624
@ -24,10 +24,10 @@ int main(){
|
||||
break;
|
||||
}
|
||||
r = fgets(riadok,LINE_SIZE,stdin);
|
||||
if(feof(stdin)){
|
||||
pos++;
|
||||
if(feof(stdin)){
|
||||
break;
|
||||
}
|
||||
pos++;
|
||||
if (r == NULL || !isdigit(*r)) {
|
||||
//printf("%d", *r);
|
||||
if(*r == 10){
|
||||
|
Loading…
Reference in New Issue
Block a user