
弱智
ouc陈同学
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c程大作业lib
#include <iostream> #include <map>using namespace std;struct book{ string name; int id; int num; int res;//shenyu int room; int x,y;//x is row,y is column }; char query; strin原创 2017-12-29 18:11:16 · 667 阅读 · 0 评论 -
生成exmple
#include <iostream> #include <cstdio> # include <cstdlib> using namespace std; int main(int argc, char *argv[]) { freopen("data.in", "w", stdout); int n; n=100; cout<<n<<endl; for(i原创 2017-12-29 18:12:43 · 227 阅读 · 0 评论 -
区间操作莫队
转载:https://blog.csdn.net/acmmmm/article/details/47627951#comments 形如hdu 5381:http://acm.hdu.edu.cn/showproblem.php?pid=5381 使用莫队需要满足的条件: 1、询问之间必须互不影响,是独立的。 2、询问必须是一个区间,不能有别的因子,也就是必须形如 l, r。 莫队是干什...转载 2018-05-21 17:27:42 · 317 阅读 · 0 评论