fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main(void) {
  5. // your code goes here
  6.  
  7. printf("%f", floorf(-30.f / 180.f));
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
-1.000000