fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int i=3,f=1;
  6. float s=1, v;
  7. v=i/(float)f;
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 4256KB
stdin
Standard input is empty
stdout
Standard output is empty