题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12839&courseid=269 水题 debug半天 每一次只考虑当前的数字及前面的那个数字。代码:#include #include #include #include #....
分类:
其他好文 时间:
2014-07-27 21:41:25
阅读次数:
184
There can be an additional spot ghd australia online somerrn which you could view movie previews of all dvds which can be not even GHD Butterfly Purpl...
分类:
其他好文 时间:
2014-07-26 00:26:36
阅读次数:
228
switch ($p) { case 'home': case '': $current_home = 'current'; break; case 'users.online': case 'users.location': case ...
分类:
其他好文 时间:
2014-07-24 04:59:28
阅读次数:
292
链接:(csu)http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1377 (HOJ)http://49.123.82.55/online/?action=problem&type=list&courseid=0&querytext=&pageno.....
分类:
其他好文 时间:
2014-07-23 20:53:55
阅读次数:
311
在编写c++程序时,我们通常使用标准输入输出流,也就是键盘为输入,屏幕为输出。但有时我们希望从文件输入或者输出到文件,比如在做acm题时为了避免反复人工输入的麻烦。解决这一问题的快速方法是,在你的main函数中加入如下代码:
#ifndef ONLINE_JUDGE
freopen("input.txt", "rt", stdin);
freopen("output.txt", "wt+",...
分类:
编程语言 时间:
2014-07-23 16:38:52
阅读次数:
236
1.在webservice中写的方法参数里面含有数组,如:public DataTable AdvSearch1(int ServiceArea, params string[] nas), 在发布之后会出现:“测试窗体只能用于使用基元类型作为参数的方法。”问题,不用管前台还是照样写不影响,。。。。...
分类:
其他好文 时间:
2014-07-22 22:40:52
阅读次数:
191
安装流程1。以系统管理员开启命令提示符(命令提示字符)2挂载windows8.1异3,在命令提示符下输入Dism /online /enablefeature/featurename:NetFx3 /All /Source:x:\sources\sxs /LimitAccessps; X:ISO挂载...
分类:
Windows程序 时间:
2014-07-22 22:34:53
阅读次数:
2426
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12812一直弄错了一个题意,教训啊,比赛最怕的就是弄错题意了 1 #include 2 #include 3 #include 4 #include 5 #include 6 #i...
分类:
其他好文 时间:
2014-07-22 00:10:34
阅读次数:
228
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12830&courseid=268解题思路:本题应用到杨氏矩阵的特性。每一次选取上一行的最大值位置到这一行的第一个为正的位置,找到最大值,并一直这样到最后一行。解题代码: 1 //...
分类:
其他好文 时间:
2014-07-22 00:01:36
阅读次数:
312
http://acm.hnu.cn/online/?action=problem&type=show&id=12812需要注意的细节很多 唉 看了modiz的代码 写出来的 自己代码能力太弱了 模拟题 atoi的头文件是stdio.h 1 #include 2 #include 3 #inclu.....
分类:
其他好文 时间:
2014-07-21 23:31:02
阅读次数:
278