Problem 3: Veci
https://open.kattis.com/problems/veci
string s = "27711";
next_permutation(s.begin(), s.end()); // s is now 71127Last updated
https://open.kattis.com/problems/veci
string s = "27711";
next_permutation(s.begin(), s.end()); // s is now 71127Last updated