fork download
  1. #include <stdio.h>
  2. int main () {
  3.  
  4.  
  5.  
  6. float x = 10;
  7.  
  8. float y = 931;
  9.  
  10. float z = 1000;
  11.  
  12. int As;
  13. As = x - y / z;
  14.  
  15.  
  16.  
  17. printf ("%f", As);
  18. return 0;
  19.  
  20.  
  21. }
Success #stdin #stdout 0.01s 5276KB
stdin
Standard input is empty
stdout
0.000000