final3
This commit is contained in:
parent
a33bc7efef
commit
0f9c25305a
@ -13,5 +13,5 @@ if (scanf("%lf", &x) != 1){
|
||||
}
|
||||
y = x*x*a+b*x+c;
|
||||
printf("Vysledok je: %.2f", y);
|
||||
return y;
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user