aaa
This commit is contained in:
parent
1583a991dc
commit
fbcffab381
@ -27,6 +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]!='.'){
|
||||
skip=1;
|
||||
printf("CHYBA\n");
|
||||
while((*start)!='\n')start++
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user