This commit is contained in:
Illia Korpan 2026-03-04 13:51:06 +01:00
parent 0f9c25305a
commit 7eeaee3790

View File

@ -12,6 +12,5 @@ if (scanf("%lf", &x) != 1){
return 0;
}
y = x*x*a+b*x+c;
printf("Vysledok je: %.2f", y);
return 0;
return ("Vysledok je: %.2f", y);
}