hiho week 96 register

Ended

Participants:673

Verdict:Accepted
Score:100 / 100
Submitted:2016-05-07 16:55:45

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          : danmu
Created Time    : 20160507  163425
File Name       : hiho96.cpp
******************************** */
#include <algorithm>
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <iomanip>
#include <string>
#include <vector>
#include <cstdio>
#include <stack>
#include <queue>
#include <cmath>
#include <list>
#include <map>
#include <set>
#define ULL unsigned long long
#define PI 3.1415926535
#define INF 0x3f3f3f3f
#define LL long long
#define MAX 5000000
const double eps=1e-8;
using namespace std;
int phi[MAX+10];
void eular(){
    for(int i=1;i<=MAX;++i) phi[i]=i;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX