language: C++ 4.7.2 (gcc-4.7.2)
date: 346 days 13 hours ago
link:
visibility: private
1
2
3
4
5
6
7
    typedef double Type;
 
    static const Type MAX_VALUE = __DBL_MAX__;
    static const Type MIN_VALUE = -__DBL_MAX__;
    
    int main() { return 0; }