include<bits/stdc++.h> define ll long long define INF 0x3f3f3f3f using namespace std; int main(){ int a,b; cin>>a>>b; return 0; }