//
#include<iostream>
using namespace std;
int main()
{
    cout<<"16 16 233"<<endl;
    cout<<"23 10"<<endl;
    return 0;
}