fork download
  1. #include <math.h>
  2. #include <stdlib.h>
  3.  
  4. #include <iostream>
  5.  
  6. int main()
  7. {
  8. float a = 3.4f;
  9. std::cout << abs(a);
  10.  
  11. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
3