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
RSA Algo
sorted array
prime numbers min>max
Mem alloc test
18BCE2182 ASSESS_3 Q2
palindrome.c
implicit parameter type
main.c
Quadratic Formula
PJE