待处理问题
AKBayonet
刚从海边回来实在放不下的时候去趟重症病房或者墓地你容易明白你已经得到太多再要就是贪婪从尊重生命的角度不必纠缠
展开
-
西山居复试2-1连续的最大积
http://acm.hdu.edu.cn/showproblem.php?pid=4561 2013暑期多校联合训练已经启动报名(5月底截止),详见“杭电ACM新浪微博” 连续最大积 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java原创 2013-05-25 16:20:37 · 600 阅读 · 0 评论 -
链表的处理
#include #include struct stu_node { int num; char name[12]; int age; struct stu_node *next; }; #define LEN sizeof(struct stu_node) struct stu_node *creat(void) { struct stu_node *p1,原创 2013-05-10 11:49:33 · 352 阅读 · 0 评论 -
金山西山居-创意游戏程序挑战赛-复试-非诚勿扰 解题报告(求助)
http://acm.hdu.edu.cn/showproblem.php?pid=4557 以下是题目: 非诚勿扰 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others) Total Submission(s): 13 Accepted Submission(s)原创 2013-05-24 22:20:22 · 722 阅读 · 0 评论 -
1002
1002#include #include using namespace std; int main() { int n;int m[1002]; string s1,s2; while(cin>>n) { cin.ignore(); int j=0; string max="",min=""; int fl原创 2013-06-13 15:52:30 · 315 阅读 · 0 评论