hihoCoder Challenge 28 register

Ended

Participants:391

Verdict:Accepted
Submitted:2017-04-23 19:11:53

Lang:G++

Edit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* ***********************************************
Author        :axp
Created Time  :2017/4/23 19:02:35
TASK          :1.cpp
LANG          :C++
************************************************ */
#include <iostream>
#include <cstdio>
#include <cstring>
#include <algorithm>
#include <vector>
#include <queue>
#include <set>
#include <map>
#include <string>
#include <cmath>
#include <cstdlib>
#include <ctime>
using namespace std;
typedef long long ll;
const int inf = 1<<30;
const int md = 1e9+7;
int n,m;
int T;
int main()
{
    //freopen("in.txt","r",stdin);
    //freopen("out.txt","w",stdout);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX