Changeset 4233
- Timestamp:
- Sep 15, 2022, 10:16:10 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.20-stable/test/shuffle.cc
r4232 r4233 34 34 { 35 35 std::vector<std::string> 36 lines( theplu::yat::utility::GetlineIterator(std::cin),36 lines((theplu::yat::utility::GetlineIterator(std::cin)), 37 37 theplu::yat::utility::GetlineIterator()); 38 38 theplu::yat::random::random_shuffle(lines.begin(), lines.end());
Note: See TracChangeset
for help on using the changeset viewer.