From e8f15a894b61ee2a47d36abe91b1ddd9f1e2b321 Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Thu, 2 Apr 2020 23:04:57 +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 3da642b..d372d97 100644 --- a/du4/program.c +++ b/du4/program.c @@ -36,7 +36,7 @@ int main() memset(str,0,100); fgets(str,100,stdin); char *new_str = compactString(str,strlen(str)); - printf("%s\n",new_str); + //printf("%s\n",new_str); double first =-5,second =-5,res=-5; char c='E'; sscanf(new_str,"%lf%c%lf%*[=]%lf",&first,&c,&second,&res);