From 2db9765b0e0d2bf4cbe88658e00e6e0ffc98bebb Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Thu, 2 Apr 2020 23:26:05 +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 3438acf..35449d3 100644 --- a/du4/program.c +++ b/du4/program.c @@ -68,7 +68,7 @@ int main() sscanf(new_str,"%lf%c%lf%*[=]%lf",&first,&c,&second,&res); - if(c=='E'||first==-5||second==-5||res==-5||c!=43||c!=42||c!=45||c!=47){ + if(c=='E'||first==-5||second==-5||res==-5||(c!=43&&c!=42&&c!=45&&c!=47)){ printf("CHYBA\n"); return 0; }