#include using namespace std; int main(){ freopen("mars.out","w",stdout); printf("1 1"); return 0; }