From 109f57f7b96aacc09640e74dd60d088b2e456462 Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Thu, 2 Apr 2020 23:04:11 +0000 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Edu4/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du4/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du4/program.c b/du4/program.c index f3e8427..3da642b 100644 --- a/du4/program.c +++ b/du4/program.c @@ -40,7 +40,7 @@ int main() double first =-5,second =-5,res=-5; char c='E'; sscanf(new_str,"%lf%c%lf%*[=]%lf",&first,&c,&second,&res); - printf("%lf %lf %lf",first,second,res); + // printf("%lf %lf %lf",first,second,res);