fork download
  1. #include<stdio.h>
  2. int main()
  3.  
  4. {
  5.  
  6. float a=2.23564;
  7.  
  8. printf("%d",a);
  9. return 0;
  10.  
  11. }
  12.  
Success #stdin #stdout 0s 4300KB
stdin
Standard input is empty
stdout
-1297522744