From e4e2bda6a7aeedab593cd8eeef01dee514c423f6 Mon Sep 17 00:00:00 2001 From: Bohdan Yanchyk Date: Fri, 3 Apr 2020 00:07:44 +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 00a1dba..66bb4e5 100644 --- a/du4/program.c +++ b/du4/program.c @@ -66,7 +66,7 @@ int main() if(c=='E'||first==-5||second==-5||res==-5||(c!=43&&c!=42&&c!=45&&c!=47)){ printf("CHYBA\n"); - return 0; + continue; } double my_res = operation(first,second,c); if(compare_percent(res,my_res,0.01)==0){