#include <bits/stdc++.h> using namespace std; int main(){ int m,n,k; cin>>n>>m>>k; cout<<"3"<<endl<<"1 1"<<endl<<"1 2"<<endl<<"2 1 2"; return 0; }