fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. void main ()
  5. {
  6. double tempAdjAmount=0.00;
  7. //long tempActvAmtInit =0;
  8. printf("%d",&tempAdjAmount);
  9. //tempAdjAmount = (3895 * 900000 );
  10. //tempAdjAmount = (tempAdjAmount/1000000);
  11. //tempActvAmtInit = (int)(tempAdjAmount > (floor(tempAdjAmount)+0.5f)) ? ceil(tempAdjAmount) : floor(tempAdjAmount);
  12. //printf("%d",&tempActvAmtInit);
  13.  
  14.  
  15. }
Runtime error #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
-3221496