
practise
文章平均质量分 81
CODE_BALL
SDUT 计院学生一球
展开
-
链表基础应用
今天学习链表,把最基础的应用整理出来,以作纪念 #include #include #include struct shulie { int shu; struct shulie *next; }; int main(void) { struct shulie *head = NULL; //头指针用来判断链表的开始 struct shulie原创 2014-01-15 12:46:27 · 727 阅读 · 0 评论 -
湘潭邀请赛——Welcome to XTCPC
Welcome to XTCPC Accepted : 159 Submit : 304 Time Limit : 1000 MS Memory Limit : 65536 KB Problem Description Welcome to XTCPC! XTCPC start today, you are go原创 2014-06-07 20:44:43 · 1353 阅读 · 0 评论 -
湘潭邀请赛——Alice and Bob
Alice and Bob #include #include #include #include using namespace std; int main() { int n,m,i,j,k,a,b; scanf("%d",&n); for(m = 1;m <= n;m++) { scanf("%d%d",&a,&b);原创 2014-06-07 17:15:32 · 1414 阅读 · 0 评论 -
湘潭邀请赛——Welcome to XTCPC
Welcome to XTCPC Accepted : 155 Submit : 292 Time Limit : 1000 MS Memory Limit : 65536 KB Problem Description Welcome to XTCPC! XTCPC start today, you are go原创 2014-06-07 17:06:26 · 1506 阅读 · 2 评论