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

This commit is contained in:
Andrii Hermaniuk 2022-03-17 22:18:46 +00:00
parent b7f3ce86d6
commit 1c4b4941d3

View File

@ -34,7 +34,7 @@ int main(){
char *end = NULL; char *end = NULL;
char *start = pol; char *start = pol;
x=strtof(start,&end); x=strtof(start,&end);
start=end; start=end;
long double num=0; long double num=0;