2014年10月14日

Codeforces Round #272 (Div. 2)-B. Dreamoon and WiFi

摘要: http://codeforces.com/contest/476/problem/BB. Dreamoon and WiFitime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputs... 阅读全文

posted @ 2014-10-14 23:47 angle_qqs 阅读(267) 评论(0) 推荐(0)

Codeforces Round #272 (Div. 2)-A. Dreamoon and Stairs

摘要: http://codeforces.com/contest/476/problem/AA. Dreamoon and Stairstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutpu... 阅读全文

posted @ 2014-10-14 21:53 angle_qqs 阅读(283) 评论(0) 推荐(0)

单链表

摘要: 1#include2#include3#include4#include56//联系人节点结构体7typedefstruct_LinkNode{8charname[10];//姓名9charphone[15];//电话10struct_LinkNode*next;//下一个联系人指针11}Link... 阅读全文

posted @ 2014-10-14 21:36 angle_qqs 阅读(227) 评论(0) 推荐(0)

导航