摘要:
题解:用一个for,循环m次,每次都把最前面的放到最后面,就可以了。#include #include #include const int maxn = 1000000;struct node{ int *elem; int len;};void C... 阅读全文
posted @ 2018-09-04 10:00
Mercury_Lc
阅读(104)
评论(0)
推荐(0)
摘要:
题解: 每次询问一遍,如果已经存在就不用插入表中了。#include #include #include struct node{ int *elem; int len;};void CreatList(int m, struct node &list){... 阅读全文
posted @ 2018-09-04 09:25
Mercury_Lc
阅读(108)
评论(0)
推荐(0)
摘要:
题解: 每次询问一遍,如果已经存在就不用插入表中了。#include #include #include struct node{ int *elem; int len;};void CreatList(int m, struct node &list){... 阅读全文
posted @ 2018-09-04 09:25
Mercury_Lc
阅读(216)
评论(0)
推荐(0)

浙公网安备 33010602011771号