hiho week 71 register

Ended

Participants:210

Verdict:Accepted
Score:100 / 100
Submitted:2015-11-08 14:26:39

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
#include <cstdio>
#include <iostream>
#include <string.h>
#include <queue>
#include <set>
#include <cstdlib>
#include <vector>
#include <map>
#include <cmath>
#include <stack>
#include <cstring>
#include <algorithm>
#include <list>
#include <time.h>
#include <exception>
using namespace std;
struct real_pos
{
    int rel_x;
    int rel_y;
    real_pos(int x,int y)
    {
        rel_x = x;
        rel_y = y;
    }
};
int main()
{
    int T;
    while(scanf("%d",&T)!=EOF)
    {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX