Изменил(а) на 'du3/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-02 10:48:57 +00:00
parent f9c31abf43
commit 7ac71d230a

View File

@ -23,7 +23,8 @@ int main(){
r = fgets(riadok,LINE_SIZE,stdin);
pos++;
if (r == NULL || !isdigit(*r)) {
if(*r == 13){
//printf("%d", *r);
if(*r == 10){
stop = 1;
}
else{