From 820096055b50c28e5d3143b80a3d29edd7dd5d62 Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Tue, 31 Mar 2020 18:57:23 +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'du4/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du4/program.c | 1 - 1 file changed, 1 deletion(-) diff --git a/du4/program.c b/du4/program.c index df11859..9d29419 100644 --- a/du4/program.c +++ b/du4/program.c @@ -25,7 +25,6 @@ int call( double A, double B, double C, char AC){ Cc=(int)(Cc*100000); Cc=(float)Cc/100000; if(Cc==C || A/B==C)return printf("OK\n"); - printf("\n%f\n%f",Cc,A/B); return printf("ZLE\n"); } return printf("CHYBA\n");