码迷,mamicode.com
首页 > 其他好文 > 详细

【置顶】Currency

时间:2017-04-24 00:05:30      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:class   code   vector   for   cto   using   ios   head   algorithm   

#include <map>
#include <set>
#include <cmath>
#include <queue>
#include <stack>
#include <cstdio>
#include <string>
#include <vector>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <iostream>
#include <algorithm>
#include <functional>
using namespace std;
#define rep(i,a,n) for (int i=a;i<n;i++)
#define per(i,a,n) for (int i=n-1;i>=a;i--)
#define all(x) (x).begin(),(x).end()
#define pb push_back
#define mp make_pair
#define lson l,m,rt<<1  
#define rson m+1,r,rt<<1|1 
typedef long long ll;
typedef vector<int> VI;
typedef pair<int, int> PII;
const ll MOD = 1e9 + 7;
const int INF = 0x3f3f3f3f;
const int MAXN = 2e5 + 7;    //记得更换合适的MAXN
// head

 

【置顶】Currency

标签:class   code   vector   for   cto   using   ios   head   algorithm   

原文地址:http://www.cnblogs.com/baocong/p/6754650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!