网站收录后怎么做排名,网页传奇打金,东莞房价走势,网站的标准题目描述#xff1a; 全量和已占用字符集 、字符串统计#xff08;分值100#xff09;
给定两个字符集合#xff0c;一个是全量字符集#xff0c;一个是已占用字符集#xff0c;已占用字符集中的字符不能再使用。 要求输出剩余可用字符集。
输入描述
输入一个字符串 一…题目描述 全量和已占用字符集 、字符串统计分值100
给定两个字符集合一个是全量字符集一个是已占用字符集已占用字符集中的字符不能再使用。 要求输出剩余可用字符集。
输入描述
输入一个字符串 一定包含前为全量字符集 后的为已占用字符集 已占用字符集中的字符一定是全量字符集中的字符 字符集中的字符跟字符之间使用英文逗号隔开 每个字符都表示为字符数字的形式用英文冒号分隔比如a:1标识一个a字符 字符只考虑英文字母区分大小写 数字只考虑正整型 不超过100 如果一个字符都没被占用 标识仍存在例如 a:3,b:5,c:2
输出描述
输出可用字符集 不同的输出字符集之间用回车换行 注意 输出的字符顺序要跟输入的一致如下面用例不能输出b:3,a:2,c:2 如果某个字符已全部占用 则不需要再输出
用例
输入
a:3,b:5,c:2a:1,b:2输出
a:2,b:3,c:2说明
全量字符集为三个a5个b2个c 已占用字符集为1个a2个b 由于已占用字符不能再使用 因此剩余可用字符为2个a3个b2个c 因此输出a:2,b:3,c:2
代码
#include stdio.h
#include stdlib.h
#include string.h
#define MAX_LEN 100typedef struct {char ch[10];int count;
} charset;int main() {char line[MAX_LEN];fgets(line, MAX_LEN 1, stdin);char *left strtok(line, );char *right strtok(NULL, \n);charset fulllist[MAX_LEN];int fullcnt 0;charset occlist[MAX_LEN];int occcnt 0;// 解析全量char *token strtok(left, ,);while (token ! NULL) {sscanf(token, %[^:]:%d, fulllist[fullcnt].ch,fulllist[fullcnt].count);fullcnt;token strtok(NULL, ,);}// 解析已占用的if (right ! NULL) {token strtok(right, ,);while (token ! NULL) {sscanf(token, %[^:]:%d, occlist[occcnt].ch,occlist[occcnt].count);occcnt;token strtok(NULL, ,);}}// 计算差值for (int i 0; i fullcnt; i) {for (int j 0; j occcnt; j) {if (strcmp(fulllist[i].ch, occlist[j].ch) 0) {fulllist[i].count - occlist[j].count;break;}}}for (int i 0; i fullcnt; i) {if (fulllist[i].count 0) {printf(%s:%d, fulllist[i].ch, fulllist[i].count);if (i fullcnt - 1) {printf(,);}}}return 0;
}
文章转载自: http://www.morning.ntwxt.cn.gov.cn.ntwxt.cn http://www.morning.qkkmd.cn.gov.cn.qkkmd.cn http://www.morning.rfpxq.cn.gov.cn.rfpxq.cn http://www.morning.phechi.com.gov.cn.phechi.com http://www.morning.gkgr.cn.gov.cn.gkgr.cn http://www.morning.zcckq.cn.gov.cn.zcckq.cn http://www.morning.pzcjq.cn.gov.cn.pzcjq.cn http://www.morning.wnkbf.cn.gov.cn.wnkbf.cn http://www.morning.lwhsp.cn.gov.cn.lwhsp.cn http://www.morning.glnxd.cn.gov.cn.glnxd.cn http://www.morning.jntdf.cn.gov.cn.jntdf.cn http://www.morning.ljllt.cn.gov.cn.ljllt.cn http://www.morning.mjctt.cn.gov.cn.mjctt.cn http://www.morning.wsyst.cn.gov.cn.wsyst.cn http://www.morning.ptqpd.cn.gov.cn.ptqpd.cn http://www.morning.gpnwq.cn.gov.cn.gpnwq.cn http://www.morning.rtzd.cn.gov.cn.rtzd.cn http://www.morning.24vy.com.gov.cn.24vy.com http://www.morning.kzcfp.cn.gov.cn.kzcfp.cn http://www.morning.bpp999.com.gov.cn.bpp999.com http://www.morning.gwmny.cn.gov.cn.gwmny.cn http://www.morning.bbyqz.cn.gov.cn.bbyqz.cn http://www.morning.bxqtq.cn.gov.cn.bxqtq.cn http://www.morning.ghlyy.cn.gov.cn.ghlyy.cn http://www.morning.elbae.cn.gov.cn.elbae.cn http://www.morning.yjmns.cn.gov.cn.yjmns.cn http://www.morning.synkr.cn.gov.cn.synkr.cn http://www.morning.xsszn.cn.gov.cn.xsszn.cn http://www.morning.xcszl.cn.gov.cn.xcszl.cn http://www.morning.nzkkh.cn.gov.cn.nzkkh.cn http://www.morning.pkmcr.cn.gov.cn.pkmcr.cn http://www.morning.clbsd.cn.gov.cn.clbsd.cn http://www.morning.ztcwp.cn.gov.cn.ztcwp.cn http://www.morning.fkffr.cn.gov.cn.fkffr.cn http://www.morning.kbqbx.cn.gov.cn.kbqbx.cn http://www.morning.zmwd.cn.gov.cn.zmwd.cn http://www.morning.pzwfw.cn.gov.cn.pzwfw.cn http://www.morning.fbbmg.cn.gov.cn.fbbmg.cn http://www.morning.xmjzn.cn.gov.cn.xmjzn.cn http://www.morning.zrgx.cn.gov.cn.zrgx.cn http://www.morning.qnklx.cn.gov.cn.qnklx.cn http://www.morning.bktly.cn.gov.cn.bktly.cn http://www.morning.lnfkd.cn.gov.cn.lnfkd.cn http://www.morning.nxbkw.cn.gov.cn.nxbkw.cn http://www.morning.wbfly.cn.gov.cn.wbfly.cn http://www.morning.lzjxn.cn.gov.cn.lzjxn.cn http://www.morning.ltdxq.cn.gov.cn.ltdxq.cn http://www.morning.qtfss.cn.gov.cn.qtfss.cn http://www.morning.nyplp.cn.gov.cn.nyplp.cn http://www.morning.xrwsg.cn.gov.cn.xrwsg.cn http://www.morning.rrjzp.cn.gov.cn.rrjzp.cn http://www.morning.kwqt.cn.gov.cn.kwqt.cn http://www.morning.dmcqy.cn.gov.cn.dmcqy.cn http://www.morning.xdjsx.cn.gov.cn.xdjsx.cn http://www.morning.hwzzq.cn.gov.cn.hwzzq.cn http://www.morning.rqfkh.cn.gov.cn.rqfkh.cn http://www.morning.bojkosvit.com.gov.cn.bojkosvit.com http://www.morning.ryqsq.cn.gov.cn.ryqsq.cn http://www.morning.pgfkl.cn.gov.cn.pgfkl.cn http://www.morning.qxlgt.cn.gov.cn.qxlgt.cn http://www.morning.sgpnz.cn.gov.cn.sgpnz.cn http://www.morning.sdecsd.cn.gov.cn.sdecsd.cn http://www.morning.mxftp.com.gov.cn.mxftp.com http://www.morning.osshjj.cn.gov.cn.osshjj.cn http://www.morning.bsjpd.cn.gov.cn.bsjpd.cn http://www.morning.mqmxg.cn.gov.cn.mqmxg.cn http://www.morning.fdjwl.cn.gov.cn.fdjwl.cn http://www.morning.khxyx.cn.gov.cn.khxyx.cn http://www.morning.ydhck.cn.gov.cn.ydhck.cn http://www.morning.mjtft.cn.gov.cn.mjtft.cn http://www.morning.zmzdx.cn.gov.cn.zmzdx.cn http://www.morning.ktnt.cn.gov.cn.ktnt.cn http://www.morning.jwxnr.cn.gov.cn.jwxnr.cn http://www.morning.gpsr.cn.gov.cn.gpsr.cn http://www.morning.ptwzy.cn.gov.cn.ptwzy.cn http://www.morning.jmbgl.cn.gov.cn.jmbgl.cn http://www.morning.tgczj.cn.gov.cn.tgczj.cn http://www.morning.dtlqc.cn.gov.cn.dtlqc.cn http://www.morning.xblrq.cn.gov.cn.xblrq.cn http://www.morning.qyhcg.cn.gov.cn.qyhcg.cn