fork download
  1. #include<stdio.h>
  2.  
  3. int main()
  4.  
  5. {
  6. int x , v;
  7. x=1;
  8.  
  9. v=3*(x*x*x*x*x)+2*(x*x*x*x)-5*(x*x*x)-(x*x)+7*x-6;
  10.  
  11. printf("v= %d");
  12.  
  13. return 0;
  14.  
  15.  
  16. }
  17.  
Success #stdin #stdout 0s 4412KB
stdin
Standard input is empty
stdout
v= 1407124584