fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. // your code goes here
  5. float a= 5.0;
  6. printf("result %d",(24/5)*a);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
result 1557886440