test
This commit is contained in:
parent
b750faf156
commit
304ee55695
@ -46,7 +46,7 @@ int main() {
|
||||
break;
|
||||
case '/':
|
||||
if (cislo2 == 0) {
|
||||
printf("CHYBA\n");
|
||||
printf("ZLE\n");
|
||||
continue;
|
||||
}
|
||||
vysledok_skutocny = (double) cislo1 / cislo2;
|
||||
|
Loading…
Reference in New Issue
Block a user