Help for this page

Select Code to Download


  1. or download this
    int n = read("Swaps\\test" + to_string(t) + ".txt");
    
  2. or download this
    string tymchasovyi("Swaps\\test" + to_string(t) + ".txt");
    int n = read(tymchasovyi);