From 91ea4221a99c41eea0560ec348f81b4b1da039e1 Mon Sep 17 00:00:00 2001 From: Weber Date: Thu, 28 Mar 2024 18:02:29 +0000 Subject: [PATCH] test --- a1/program.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a1/program.c b/a1/program.c index 2448485..39e2a68 100644 --- a/a1/program.c +++ b/a1/program.c @@ -44,7 +44,7 @@ int main() { break; case '/': if (cislo2 == 0) { - printf("CHYBA\n"); + printf("ZLE\n"); continue; } vysledok_skutocny = (double)cislo1 / cislo2; @@ -62,4 +62,4 @@ int main() { } return 0; -} \ No newline at end of file +}