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

Ended

Participants:399

Verdict:Accepted
Score:100 / 100
Submitted:2017-09-03 13:33:46

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
#define _CRT_SECURE_NO_WARNINGS
#include<cstdio>
#include<iostream>
#include<cstring>
#include<cmath>
#include<bitset>
#include<algorithm>
#include<vector>
#include<queue>
#include<functional>
#include<limits.h>
#include<limits>
#include<stack>
#include<map>
#include<set>
#include<unordered_map>
#include<unordered_set>
using namespace std;
typedef long long LL;
const int maxn = 3e2 + 6;
const int INF = 1e9;
const int MOD = 1e9 + 7;
const double eps = 1e-8;
int dp[maxn*2][maxn][maxn]; // 
int main() {
    //freopen("C--attempt0.in", "r", stdin);
    //freopen("A-large.in", "r", stdin);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX