From f50fd54d9505dc820123baad91953f7ff87e0084 Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Thu, 19 Mar 2020 19:31:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'a1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1/program.c | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/a1/program.c b/a1/program.c index e6906d2..64a4f4c 100644 --- a/a1/program.c +++ b/a1/program.c @@ -1,35 +1,7 @@ #include #include #include - -int main() -{ - int i,c; - double x; - long double result=0; - int n=scanf("%lF",&x); - if(n!=1){ - printf("Nepodarilo sa nacitat x\n"); - return 0; - } - long double *array; - array = (long double*) malloc(10000); - for(i=0,c=1;i0; i--,j++){ - result+=(long double)(array[j]*pow(x,i-1)); - } - if(result>40000 && result!=(long long )(result)){ - result-=0.01; - } - printf("Vysledok je :%.2Lf\n",result); - free(array); - return 0; -} +int main(){int i,c; double x; long double result=0; int n=scanf("%lF",&x);if(n!=1){ printf("Nepodarilo sa nacitat x\n");return 0;}long double *array;array = (long double*) malloc(10000);for(i=0,c=1;i0; i--,j++){result+=(long double)(array[j]*pow(x,i-1));} if(result>40000 && result!=(long long )(result)){result-=0.01;}printf("Vysledok je :%.2Lf\n",result);free(array);return 0;}