hiho week 246 register

Ended

Participants:141

Verdict:Accepted
Score:100 / 100
Submitted:2019-03-18 13:01:42

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 <bits/stdc++.h>
#include <iostream>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <utility>
#include <cstdlib>
#include <cassert>
#include <ctime>
#include <stack>
#include <sstream>
#include <algorithm>
#include <functional>
#include <numeric>
#include <string>
#include <vector>
#include <queue>
#include <stack>
#include <map>
#include <list>
#include <set>
#include <iomanip>
#include <cctype>
#define rep(value_type,start,ends) for(int value_type=start;value_type<ends;value_type++)
#define per(value_type,start,ends) for(int value_type=ends-1;value_type>=start;value_type--)
#define sf scanf
#define gr getchar()
#define pf printf
#define fi first
#define se second
#define accelerate ios::sync_with_stdio(false)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX