#define _CRT_SECURE_NO_WARNINGS #define DEBUG_MODE 1 #include "bits/stdc++.h" using namespace std; // マクロ群 #define REP(i,n) for(int i=0;i