This commit is contained in:
Oleksandr Vyshniakov 2025-03-01 22:33:48 +01:00
parent 50257b1133
commit d7f99211b0
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ int main() {
break;
case '/':
if (cislo2 == 0) {
printf("Chyba!\n");
printf("ZLE!\n");
return 0;
}
result2 = cislo1 / cislo2;

Binary file not shown.