hihoCoder Challenge 14 register

Ended

Participants:709

Verdict:Accepted
Submitted:2015-08-30 19:28:06

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
/********Good Luck*********
*
*Author: yeahpeng
*
*Time: 2015-08-30-19.01
*
**************************/
#define _CRT_SECURE_NO_WARNINGS
#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <string>
#include <algorithm>
#include <stack>
#include <map>
#include <queue>
#include <vector>
#include <set>
#include <functional>
#include <cmath>
#include <numeric>
//#pragma comment(linker, "/STACK:102400000,102400000")
#define Zero(x)  memset((x),0, sizeof(x))
#define Neg(x) memset((x), -1, sizeof(x))
#define dg(x) cout << #x << " = " << x << endl
#define dg2(x1, x2) cout << #x1 << " = " << x1 << "  " << #x2 << " = " << x2 << endl
#define pk(x)   push_back(x)
#define pok()   pop_back()
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX