凡是搞计量经济的,都关注这个号了邮箱:econometrics666@sina.cn所有计量经济圈方法论丛的code程序,宏微观数据库和各种软件都放在社群里.欢迎到计量经济圈社群交流访问.祝福圈友元旦快乐,2019年各项事务进展顺利。同时,计量经济圈会陪同圈友一如既往地向前进,在探索前沿的道路上任凭他人何种非议,咱们都会风雨无阻奋力前行。每一年都是最困难的一年,但有计量社群的陪伴,群友在学术道路上
原创 2021-03-31 20:35:27
249阅读
It`s been a long day without you my firend    没有老友你的陪伴 日子真是漫长And I`ll tell you all about it when I see you again    与你重逢之时 我会敞开心扉倾诉所有We`ve come a long way from
原创 2016-07-11 10:48:06
851阅读
关于二分的查找我们已经见过了许多,在另一篇博客中用PYTHON写过相关的代码。现在记录两题,也是那种非“==”的二分查找。nefu 610 小郑吃面条​​http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=610​​小郑喜欢吃面条,但是他吃的面条总是每根长度都相同因为他好像有强迫症。但是郑妈妈擀出面条长短是不一样的。小郑每次吃
原创 2022-09-11 01:17:11
75阅读
See LCS again时间限制:1000 ms | 内存限制:65535 KB难度:3描述There are A, B two sequences, the number of elements in the sequence is n、m;Each element in the seque...
转载 2014-09-07 20:08:00
58阅读
2评论
二维树状数组#include #include using namespace std;#define N 1005int c[N][N];int i,j,n,num,p,T,cnt=1;int sum(int x,int y){ int i,j,tmp=0; for(i=x;i>0;i-=(i&-i)) for(j=y;j>0;j-=(j&-j)) tmp+=c[i][j]; return tmp;}void add(int x,int y,int num){ for(int i=x;i'9'||c='0')x=x*10+c-
转载 2014-02-23 20:51:00
74阅读
Problem DescriptionNow I am leaving hust acm. In the past two and
原创 2022-11-09 18:49:33
29阅读
什么东西看不见摸不着,但是却很重要!文艺青年--爱情!普通青年--空气!我————WIFI!Who doesn't love free WiFi?Although we use it often, we rarely think about how it works. If you've everwondered, here's how...谁不喜欢免费的WIFI,虽然我们
翻译 精选 2013-07-23 13:34:21
708阅读
二维树状数组
转载 2016-07-24 19:25:00
30阅读
2评论
i see you    昨天见到了你。自从一别,多年未见。最让人伤感的是当时都没有一个正式的告别。唯隐隐记得毕业前你曾教我们唱过的歌~~~当你踏上月台,从此一个人走....    兴许是我的思念感动了上天,昨天终于让我见到了别离多年的你.可现在仔细回想,昨天与你相见的场景竟然是你离去的背影...    即便
原创 2010-05-14 09:32:04
596阅读
一开始还离散化弄了好久 离散化细节弄得好差 这题用二维树状数组做很快 因为树状数组下标不为0 所以所有下标要加一处理 还有就是算矩阵的时候要处理两个坐标的大小关系 个人感觉树状数组用for语句写更加简洁 #include<bits/stdc++.h> using namespace std; int
转载 2019-02-09 13:05:00
51阅读
2评论
Generally speaking, there are a lot of problems about strings processing. Now you encounter another such problem. If you get two strings, such as “asd
转载 2017-11-06 23:33:00
37阅读
2评论
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1867Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionGenerally speaking, there are a lot of problem...
原创 2022-02-03 15:07:16
30阅读
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1867Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Problem DescriptionGenerally speaking, there are a lot of problem...
原创 2021-07-14 10:42:47
47阅读
不懂英文简直要是要死要死要死啊 首先是谁是谁的字串问题,这个取决于重构的字符串的长度最小 其次是当不管谁是谁的字串,重构字符串的长度都相等时。去字典序小的重构字符串 英语不好是硬伤啊 #include<iostream> #include<string> #include<algorithm> #d
转载 2017-07-20 13:38:00
90阅读
2评论
A + B for you againTime Limit : 5000/1000ms (Java/Other)Memory Limit : 32768/32768K (Java/Other)Total Submission(s) : 30Accepted Submission(s) : 9Problem DescriptionGenerally speaking, there are a lot of problems about strings processing. Now you encounter another such problem. If you get two string
转载 2013-04-19 17:40:00
49阅读
2评论
See you~Time Limit: 5000/3000 MS (Java/Others)    Memory Limit: 65535/32768 K (
原创 2023-04-04 22:49:32
131阅读
A + B for you againTime Limit: 5000/1000 MS (Java/Others)    Memory Limit: 32768/32768
原创 2023-04-23 15:30:37
24阅读
See LCS again时间限制:1000 ms  |  内存限制:65535 KB难度:3描述There are A, B two sequences, the number of elements in the sequence is n、m;Each element in the sequence are different and less
原创 2021-09-05 17:22:14
86阅读
A + B for you againTime Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/ONow you encounter another such problem. If you get tw
原创 2022-03-18 14:35:45
42阅读
注意kmp函数中i==lens时才能返回j,否则返回0,因为a的后缀要严格等于b的前缀(
原创 2022-08-17 15:35:30
36阅读
  • 1
  • 2
  • 3
  • 4
  • 5