Изменить 'a1/program.c'

This commit is contained in:
Pavlo Tverdyi 2020-03-19 13:41:58 +00:00
parent b0f892317b
commit 13943cedd8

View File

@ -8,9 +8,9 @@ int main()
double x;
long double result=0;
scanf("%lF",&x);
if(scanf("%lF",&x)!=1){
if(n!=1){
printf("Nepodarilo sa nacitat x\n");
no=1;
return 0;
}
long double *array;
array = (long double*) malloc(10000);