From 673a01d93cf48d5cd1f8addab7aa6cd55bbdce0f Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Thu, 19 Mar 2020 12:45:43 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a1/program.c b/a1/program.c index c083ff0..c22d246 100644 --- a/a1/program.c +++ b/a1/program.c @@ -24,7 +24,7 @@ int main() result=(long double)(result/100); // printf(" %Lf ",result); } - if(result>10000){ + if(result>10000 && result!=(int)(result)){ result-=0.01; } printf("Vysledok je :%.2Lf\n",result);