代码: #include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int ma Read More
posted @ 2021-04-17 20:35 ZengZG Views(385) Comments(0) Diggs(0) Edit
# JJU-干干 试题A :门牌制作【问题描述】小蓝要为一条街的住户制作门牌号。这条街一共有 2020 位住户,门牌号从 1 到 2020 编号。小蓝制作门牌的方法是先制作 0 到 9 这几个数字字符,最后根据需要将字符粘贴到门牌上,例如门牌 1017 需要依次粘贴字符 1、 0、 1、 7,即需要 Read More
posted @ 2021-04-17 15:12 ZengZG Views(334) Comments(0) Diggs(0) Edit
代码: #include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int gc Read More
posted @ 2021-04-17 11:40 ZengZG Views(44) Comments(0) Diggs(0) Edit