From e8358d9de93d99fd984c0979354a043b19728378 Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Sun, 15 Mar 2020 18:21:59 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Ea1/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a1/program.c b/a1/program.c index 7d3ff6e..f51c214 100644 --- a/a1/program.c +++ b/a1/program.c @@ -19,11 +19,11 @@ int main() count++; } value=0; - if(r==1){ + for(int i =0;i=0;i++){ value+=(long double)(arr[i]*pow(x,count-1-i)); } - } + if(value>=40000&&value<=1000000){ value =((int)(value*100 - 0.5)/100.00); }