#include using namespace std; int main() { freopen("sorting.out", "w", stdout); cout << 2 << endl << "4 5" << endl << "2 5" << endl; fclose(stdout); return 0; }