aaa
This commit is contained in:
parent
cd987341c9
commit
85f7274de4
@ -23,7 +23,7 @@ int main(){
|
|||||||
|
|
||||||
float num2=strtof(start,&end);
|
float num2=strtof(start,&end);
|
||||||
start=end;
|
start=end;
|
||||||
while((*start)<'0'||(*start)>'9'||(*start)!='-'){
|
while(((*start)<'0'||(*start)>'9')&&(*start)!='-'){
|
||||||
start++;
|
start++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user