1
2
3
4
5
6
7
8
#include <iostream>

using namespace std;

int main () {
    cout << "2\n1 6 2 9\n7 8 1 4\n";  
    return 0;
};