fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5.  
  6. /*float y=5,res;
  7. res=y/2;
  8. printf("%5.3f",res);
  9. */
  10. char a ;
  11. int s=10;
  12.  
  13. {
  14. float y=5,res;
  15. res=y/2;
  16. printf("%5.3f",res);
  17. }
  18. //printf("%f",y);
  19.  
  20. return 0;
  21. }
  22.  
Success #stdin #stdout 0s 4412KB
stdin
Standard input is empty
stdout
2.500