fork download
  1. typedef double Type;
  2.  
  3. static const Type MAX_VALUE = __DBL_MAX__;
  4. static const Type MIN_VALUE = -__DBL_MAX__;
  5.  
  6. int main() { return 0; }
  7.  
Success #stdin #stdout 0.01s 2676KB
stdin
Standard input is empty
stdout
Standard output is empty