fork download
  1. #include <stdio.h>
  2. #define PI 3.1415927f
  3. int main(void) {
  4.  
  5. float f1= 0.00009, f2 =21.555;
  6. float f= ((f1*180.0f)/PI)*16.0f;
  7. printf("%f",f);
  8. // your code goes here
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
0.082506