From 995379371c77be7becdba9ca4e881797c0fd93c9 Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Tue, 31 Mar 2020 11:10:35 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du4/program.c b/du4/program.c index 6218079..a0b2466 100644 --- a/du4/program.c +++ b/du4/program.c @@ -45,7 +45,7 @@ for(int i=0;el!='\n';i++){ //3.4␣+␣2.3␣=␣5.7␣ //scanf("%s",str); sscanf(str,"%f%c%f=%f ",&a,&ac,&b,&c); -printf("%f %c %f =%f",a,ac,b,c); +//printf("%f %c %f =%f",a,ac,b,c); call(a,b,c,ac); return 0; }