Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
part 3
//gcc 5.4.0 #include <stdio.h> #include <math.h> int main() { int a; int b; int c; int d; int x; int total; scanf("%d",&a); scanf("%d",&b); scanf("%d",&c); scanf("%d",&d); scanf("%d",&x); total= (a)*(x*x*x)+ b*(x*x) + (c*x) + d; printf("f(x)= ax**3+bx**2+cx+d\n"); printf("f(x)= %d" , total); return 0; }
run
|
edit
|
history
|
help
0
Is const really const? Yes
A_141121_fibonacci
Lab 7 blackjack v0.6
Project 3 Part 1 v1.2
18BCE2182 ASSESS_1 Q2-2
FileCat
problem5 review fundamentos
B_141104_NotaSwitch
19_1
ordenarcifrademenosamas