• 个人简介

    #include <iostream>
    #include <string.h>
    #include <cstdio>
    #include <algorithm>
    #include <string>
    #include <iomanip>
    #include <math.h>
    #include <map>
    #include <set>
    #include <cstdlib>
    #include <vector>
    
    const int N = 1e5 + 10;
    #define LL long long
    const int INF = 0x3f3f3f3f;
    using namespace std;
    
    int main()
    {
     	/* write your code here */
    	return 0;
    }