hiho week 98 register

Ended

Participants:433

Verdict:Accepted
Score:100 / 100
Submitted:2016-05-16 12:21:17

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 <cstdio>
#include <iostream>
#include <algorithm>
using namespace std;
int f[600]={
1, 1, 1, 1,
1, 1, 1, 2,
1, 1, 1, 3,
1, 1, 1, 4,
1, 1, 1, 5,
1, 1, 1, 6,
1, 1, 1, 7,
1, 1, 1, 9,
1, 1, 1, 10,
1, 1, 2, 2,
1, 1, 2, 3,
1, 1, 2, 4,
1, 1, 2, 5,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX