hiho week 199 register

Ended

Participants:115

Verdict:Accepted
Score:100 / 100
Submitted:2018-04-23 15:12:36

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 <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <queue>
#include <list>
#include <set>
#include <map>
#include <stack>
#include <utility>
#include <algorithm>
#include <numeric>
#include <iomanip>
#include <math.h>
#include <string.h>
using namespace std;
const double PI = std::atan(1.0) * 4;
int n, m, k; 
vector<int> vn, vm, vkn, vkm; 
int q; 
int G[1010][1010]; 
int rx, ry; 
vector<int> rxl, ryl;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX