08
2017-08
2017-08
UVALive 7649 Performance Review (树状数组)
题意:~
思路:
#include <bits/stdc++.h>
using namespace std;
typedef long long LL;
template <class T> inline bool scan_d(T &ret) {char c; int sgn;if(c=getchar(),c==EOF...
08月08日
2,834
31
2016-01
2016-01
HDU 1541 Stars(树状数组)
QAQ明明记得之前都入过门,忘的真是快,,,,
统计下各个等级的星星数量,y是递增的,所以可以直接处理
#include<iostream>
#include<cstdio>
#include<string>
#include<string.h>
#include<algorithm>
#inclu...
01月31日
2,658