This commit is contained in:
Oleksandr Vyshniakov 2025-03-02 14:26:42 +01:00
parent 2a94eb5239
commit e7cf4189b2
2 changed files with 2 additions and 2 deletions

View File

@ -38,13 +38,13 @@ int main() {
case '/':
if (cislo2 == 0) {
printf("ZLE\n");
return 0;
continue;;
}
result2 = cislo1 / cislo2;
break;
default:
printf("CHYBA\n");
return 0;
continue;;
}

Binary file not shown.