fork download
  1. #include <cmath>
  2.  
  3. using namespace std;
  4.  
  5.  
  6. int main()
  7. {
  8. remainderf(3.0, 3.0);
  9. }
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty