#include using namespace std; typedef long long ll; typedef vector vi; typedef pair pii; #define pb push_back #define mp make_pair #define fi first #define se second int main() { int a,b; cin>>a>>b; cout<