#include<bits/stdc++.h> using namespace std; int main(){ int a=2,b=-2; cout<<a<<endl<<b<<" "<<b<<endl; return 0; }