#include using namespace std; #define pb push_back #define mp make_pair typedef long long int ll; typedef vector< pair > vii; typedef vector vi; typedef vector vvi; typedef vector vll; typedef pair pii; const int INF=INT_MAX; const int MOD= 1e9+7; int main() { std::ios::sync_with_stdio(0); ll n,m; cin>>n>>m; cout<