hihoCoder Challenge 11 register

Ended

Participants:616

Verdict:Accepted
Submitted:2015-05-03 19:04:37

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 <iomanip>
#include <fstream>
#include <algorithm>
#include <string>
#include <vector>
#include <list>
#include <queue>
#include <map>
#include <set>
#include <unordered_map>
#include <unordered_set>
#include <cassert>
#include <cstring>
#include <cstddef>
#define _USE_MATH_DEFINES // for C++
#include <cmath>
using namespace std;
int main(){
  /* FILE *fin = freopen("A.in", "r", stdin); */
  /* assert(fin != NULL); */
  /* FILE *fout = freopen("A.ans", "w", stdout); */
  ios :: sync_with_stdio(false);
  cin.tie(0);
  int N;
  cin >> N;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX