[Offer收割]编程练习赛7 register

Ended

Participants:506

Verdict:Accepted
Score:100 / 100
Submitted:2016-08-28 12:18:50

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 <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <cstring>
#include <cassert>
#include <queue>
#include <vector>
#include <map>
#include <string>
#include <algorithm>
using namespace std;
#define pb push_back
#define fr first
#define sc sec
#define eps 1e-8
#define UDF 0x3f3f3f3f
#define maxn 1000000
int ha[10],ans[10],a[10],flag;
bool use[10];
int n;
map<string,int> h;
int main(){
  cin>>n;
  int result=0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX