Help for this page

Select Code to Download


  1. or download this
    #include<iostream>
    int main(int argc, char** argv) {
        std::cout << 1.4/10 << std::endl;
    }
    
  2. or download this
    0.14