#include using namespace std; typedef long long ll; void dfs(int l,int r) { if (l==r) return; if (l+1==r) { cout<>k; int n=(1<