hihoCoder Challenge 5 register

Ended

Participants:319

Verdict:Accepted
Submitted:2014-11-09 19:35: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 <stdio.h>
#include <string.h>
#include <algorithm>
#include <math.h>
#include <set>
#include <map>
#include <queue>
using namespace std;
#define mp(a,b) make_pair(a,b)
#pragma comment(linker, "/STACK:26777216")
const int mod = 1e9+7;
const double eps = 1e-8;
const int N = 3e5 + 3;
const double pi = acos(-1.0);
int gcd(int a,int b){return !b?a:gcd(b,a%b);}
/*
ID: xianbin5
PROG: concom
LANG: C++
*/
// ofstream fout ("concom.out");
// ifstream fin ("concom.in");
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX