#include <bits/stdc++.h>
using namespace std;
void fastIO()
{
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
}
int main()
{
fastIO();
// Write your code here
return 0;
}
I2luY2x1ZGUgPGJpdHMvc3RkYysrLmg+CnVzaW5nIG5hbWVzcGFjZSBzdGQ7Cgp2b2lkIGZhc3RJTygpCnsKICAgIGlvc19iYXNlOjpzeW5jX3dpdGhfc3RkaW8oZmFsc2UpOwogICAgY2luLnRpZShudWxscHRyKTsKICAgIGNvdXQudGllKG51bGxwdHIpOwp9CgppbnQgbWFpbigpCnsKICAgIGZhc3RJTygpOwoKICAgIC8vIFdyaXRlIHlvdXIgY29kZSBoZXJlCgogICAgcmV0dXJuIDA7Cn0=