aaa
This commit is contained in:
parent
fbcffab381
commit
5883d15828
@ -27,7 +27,7 @@ for(int c=0;c<count;c++){
|
|||||||
if((start[idx]<'0'||start[idx]>'9')&&start[idx]!=' '&&start[idx]!='='&&start[idx]!='+'&&start[idx]!='-'&&start[idx]!='*'&&start[idx]!='/'&&start[idx]!='.'){
|
if((start[idx]<'0'||start[idx]>'9')&&start[idx]!=' '&&start[idx]!='='&&start[idx]!='+'&&start[idx]!='-'&&start[idx]!='*'&&start[idx]!='/'&&start[idx]!='.'){
|
||||||
skip=1;
|
skip=1;
|
||||||
printf("CHYBA\n");
|
printf("CHYBA\n");
|
||||||
while((*start)!='\n')start++
|
while((*start)!='\n')start++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user