- 博客(5)
- 收藏
- 关注
原创 HDU2091
http://acm.hdu.edu.cn/showproblem.php?pid=2091#include <iostream>#include <cstring>#include <set>using namespace std;int main() { ios::sync_with_stdio(0); char ch; int n; ...
2019-07-25 12:08:25
265
原创 HDUOJ2072 单词数
#include <iostream>#include <cstring>#include <set>using namespace std;int main(){ string ch; //char res[100]; set<string>ss; string s; while(getline(cin, ch)&&...
2019-07-24 11:35:49
203
原创 安卓——如何解决Fragment界面重新绘制问题
今天在做安卓大作业的时候碰到一个问题,就是我添加一个fragment之后,在它的xml文件里面添加GridView,发现运行后从另一个fragement切换到这个fragment之后,GridView所显示的内容会重复变多,难受了好久终于找到解决办法。private View rootView; @Override public View onCreateView(LayoutInfl...
2019-06-17 17:30:38
1966
原创 UVA 11636(贪心)
UVA 11636话不多说,直接贴代码#include &amp;lt;iostream&amp;gt;using namespace std;int main(){ ios::sync_with_stdio(),cin.tie(0); int n; int cnt=1; while(cin&amp;gt;&amp;gt;n&amp;amp;&amp;amp;n&a
2019-01-19 23:00:55
171
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人