摘要:
HUST 2604#include #include #include #include #include #include using namespace std;const int N = 300010;const int MAXM = 300010;const int INF... 阅读全文
摘要:
本来好好地在一边奋斗,从上午微积分课上完然后就来到了实验室打代码,一切都是那么充实而快乐,打了一题“开胃菜”,然后学了一点新东西。很快乐啊。我觉得很充实很快乐。然后去开会。老c,其实从一开始我就很讨厌的,其实细想我讨厌挺多的。然后老c滔滔不绝地讲着如何在CCCC拿奖的注意事项,以及... 阅读全文
摘要:
头文件:#include#include定义:string ss;#include#includeint main(){ string ss; while(1) { getline(cin,ss); cout<<ss<<endl; ... 阅读全文
摘要:
题意不讲了。。 没思路,上去就是干。。。。 两个所谓要加的数直接存到数组,开一个标记的数组,然后直接加,乱搞一波,就好了。 细心一点。#include#include#include#include#include#include#includeusing namespace st... 阅读全文