#include<iostream>
using namespace std;
int main()
{
int*** root=new int**[100];
for(int i=0;i<100;i++)
root[i]=new int*[100];
cout<<"Ok";
return 0;
}
I2luY2x1ZGU8aW9zdHJlYW0+Cgp1c2luZyBuYW1lc3BhY2Ugc3RkOwppbnQgbWFpbigpCnsKIGludCoqKiByb290PW5ldyBpbnQqKlsxMDBdOwogZm9yKGludCBpPTA7aTwxMDA7aSsrKQogICByb290W2ldPW5ldyBpbnQqWzEwMF07CiBjb3V0PDwiT2siOwogcmV0dXJuIDA7Cn0=