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