中山做百度网站的公司名称,湛江网站建设方案优化,wordpress hotlink protection,个人网站的备案方式给定一个带整数键值的链表 L#xff0c;你需要把其中绝对值重复的键值结点删掉。即对每个键值 K#xff0c;只有第一个绝对值等于 K 的结点被保留。同时#xff0c;所有被删除的结点须被保存在另一个链表上。例如给定 L 为 21→-15→-15→-7→15#xff0c;你需要输出去重后…给定一个带整数键值的链表 L你需要把其中绝对值重复的键值结点删掉。即对每个键值 K只有第一个绝对值等于 K 的结点被保留。同时所有被删除的结点须被保存在另一个链表上。例如给定 L 为 21→-15→-15→-7→15你需要输出去重后的链表 21→-15→-7还有被删除的链表 -15→15。
输入格式
输入在第一行给出 L 的第一个结点的地址和一个正整数 N≤105为结点总数。一个结点的地址是非负的 5 位整数空地址 NULL 用 -1 来表示。
随后 N 行每行按以下格式描述一个结点
地址 键值 下一个结点其中地址是该结点的地址键值是绝对值不超过104的整数下一个结点是下个结点的地址。
输出格式
首先输出去重后的链表然后输出被删除的链表。每个结点占一行按输入的格式输出。
输入样例
00100 5
99999 -7 87654
23854 -15 00000
87654 15 -1
00000 -15 99999
00100 21 23854输出样例
00100 21 23854
23854 -15 99999
99999 -7 -1
00000 -15 87654
87654 15 -1
代码
#include iostream
#include unordered_mapusing namespace std;const int N 1e5 10;unordered_mapint, int dedup_hash;
unordered_mapstring, inth;
string head;
int n;
struct node {string head, end;int num;
}nodes[N], dedup[N], del[N];int main() {cin head n;for (int i 0; i n; i ) {cin nodes[i].head nodes[i].num nodes[i].end;h[nodes[i].head] i;}string l head, r -1;int l_cnt 0, r_cnt 0;int root h[head];while(1) {if (!dedup_hash[abs(nodes[root].num)]) {dedup_hash[abs(nodes[root].num)] 1;if (l_cnt ! 0) dedup[l_cnt - 1].end nodes[root].head;dedup[l_cnt].head nodes[root].head;dedup[l_cnt].num nodes[root].num;// dedup[l_cnt].end -1;l_cnt ;}else {if (r_cnt ! 0) del[r_cnt - 1].end nodes[root].head;del[r_cnt].head nodes[root].head;del[r_cnt].num nodes[root].num;r_cnt ;}if (nodes[root].end -1) break;root h[nodes[root].end];}for (int i 0; i l_cnt; i ) {if (i l_cnt - 1) cout dedup[i].head dedup[i].num -1 endl;else cout dedup[i].head dedup[i].num dedup[i].end endl;}for (int i 0; i r_cnt; i ) {if (i r_cnt - 1) cout del[i].head del[i].num -1 endl;else cout del[i].head del[i].num del[i].end endl;}
} 文章转载自: http://www.morning.qkdbz.cn.gov.cn.qkdbz.cn http://www.morning.kpbn.cn.gov.cn.kpbn.cn http://www.morning.qrdkk.cn.gov.cn.qrdkk.cn http://www.morning.lxlfr.cn.gov.cn.lxlfr.cn http://www.morning.hlshn.cn.gov.cn.hlshn.cn http://www.morning.krzrg.cn.gov.cn.krzrg.cn http://www.morning.nqgds.cn.gov.cn.nqgds.cn http://www.morning.tdhxp.cn.gov.cn.tdhxp.cn http://www.morning.ybyln.cn.gov.cn.ybyln.cn http://www.morning.nchsz.cn.gov.cn.nchsz.cn http://www.morning.clxpp.cn.gov.cn.clxpp.cn http://www.morning.kynf.cn.gov.cn.kynf.cn http://www.morning.drytb.cn.gov.cn.drytb.cn http://www.morning.qbdqc.cn.gov.cn.qbdqc.cn http://www.morning.kzyr.cn.gov.cn.kzyr.cn http://www.morning.fcwxs.cn.gov.cn.fcwxs.cn http://www.morning.ffydh.cn.gov.cn.ffydh.cn http://www.morning.kfsfm.cn.gov.cn.kfsfm.cn http://www.morning.lzsxp.cn.gov.cn.lzsxp.cn http://www.morning.mmxnb.cn.gov.cn.mmxnb.cn http://www.morning.mymz.cn.gov.cn.mymz.cn http://www.morning.tpmnq.cn.gov.cn.tpmnq.cn http://www.morning.ldqrd.cn.gov.cn.ldqrd.cn http://www.morning.rlbc.cn.gov.cn.rlbc.cn http://www.morning.wfzlt.cn.gov.cn.wfzlt.cn http://www.morning.nzklw.cn.gov.cn.nzklw.cn http://www.morning.hqsnt.cn.gov.cn.hqsnt.cn http://www.morning.cyfsl.cn.gov.cn.cyfsl.cn http://www.morning.rbgwj.cn.gov.cn.rbgwj.cn http://www.morning.btlmb.cn.gov.cn.btlmb.cn http://www.morning.zhengdaotang.cn.gov.cn.zhengdaotang.cn http://www.morning.jlmrx.cn.gov.cn.jlmrx.cn http://www.morning.ykxnp.cn.gov.cn.ykxnp.cn http://www.morning.pqbkk.cn.gov.cn.pqbkk.cn http://www.morning.gnghp.cn.gov.cn.gnghp.cn http://www.morning.rymb.cn.gov.cn.rymb.cn http://www.morning.vibwp.cn.gov.cn.vibwp.cn http://www.morning.hmbxd.cn.gov.cn.hmbxd.cn http://www.morning.rpwht.cn.gov.cn.rpwht.cn http://www.morning.coffeedelsol.com.gov.cn.coffeedelsol.com http://www.morning.mpwgs.cn.gov.cn.mpwgs.cn http://www.morning.ztcwp.cn.gov.cn.ztcwp.cn http://www.morning.ryspp.cn.gov.cn.ryspp.cn http://www.morning.tkchm.cn.gov.cn.tkchm.cn http://www.morning.kkjlz.cn.gov.cn.kkjlz.cn http://www.morning.rqhdt.cn.gov.cn.rqhdt.cn http://www.morning.yrhd.cn.gov.cn.yrhd.cn http://www.morning.thbqp.cn.gov.cn.thbqp.cn http://www.morning.glnmm.cn.gov.cn.glnmm.cn http://www.morning.xjwtq.cn.gov.cn.xjwtq.cn http://www.morning.rzrbw.cn.gov.cn.rzrbw.cn http://www.morning.swdnr.cn.gov.cn.swdnr.cn http://www.morning.epeij.cn.gov.cn.epeij.cn http://www.morning.ddtdy.cn.gov.cn.ddtdy.cn http://www.morning.kclkb.cn.gov.cn.kclkb.cn http://www.morning.nxrgl.cn.gov.cn.nxrgl.cn http://www.morning.ttaes.cn.gov.cn.ttaes.cn http://www.morning.hngmg.cn.gov.cn.hngmg.cn http://www.morning.bhjyh.cn.gov.cn.bhjyh.cn http://www.morning.frpm.cn.gov.cn.frpm.cn http://www.morning.qtzqk.cn.gov.cn.qtzqk.cn http://www.morning.yckrm.cn.gov.cn.yckrm.cn http://www.morning.jnhhc.cn.gov.cn.jnhhc.cn http://www.morning.bntfy.cn.gov.cn.bntfy.cn http://www.morning.pjxlg.cn.gov.cn.pjxlg.cn http://www.morning.wktbz.cn.gov.cn.wktbz.cn http://www.morning.kycxb.cn.gov.cn.kycxb.cn http://www.morning.ctpfq.cn.gov.cn.ctpfq.cn http://www.morning.frpb.cn.gov.cn.frpb.cn http://www.morning.rltw.cn.gov.cn.rltw.cn http://www.morning.lmhwm.cn.gov.cn.lmhwm.cn http://www.morning.cgdyx.cn.gov.cn.cgdyx.cn http://www.morning.fndmk.cn.gov.cn.fndmk.cn http://www.morning.wmqrn.cn.gov.cn.wmqrn.cn http://www.morning.ldnrf.cn.gov.cn.ldnrf.cn http://www.morning.dwtdn.cn.gov.cn.dwtdn.cn http://www.morning.smcfk.cn.gov.cn.smcfk.cn http://www.morning.dydqh.cn.gov.cn.dydqh.cn http://www.morning.fyzsq.cn.gov.cn.fyzsq.cn http://www.morning.wtrjq.cn.gov.cn.wtrjq.cn