This commit is contained in:
Illia Korpan 2026-03-04 14:02:23 +01:00
parent 2af8b175da
commit 2e7bc6ba67

View File

@ -1,7 +1,7 @@
#include <stdio.h>
int main(){
double x, a, b, c, y;
double x = 0, a = 0, b = 0, c = 0, y;
if (scanf("%lf", &x) != 1 && x != 0){
printf("Nepodarilo sa načítať x");
return 0;