1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#include <algorithm> #include <iterator> #include <iostream> #include <iomanip> #include <cassert> #include <utility> #include <string> #include <vector> #include <limits> #include <queue> #include <cmath> #include <map> #include <set> using namespace std; using ll = long long; int main() { return 0; }