当前位置:网站首页>刷题-洛谷-P1319 压缩技术
刷题-洛谷-P1319 压缩技术
2022-08-04 19:44:00 【宋向上_UP】
P1319 压缩技术-C语言
1、题目
2、求解过程
结果:
代码:
//洛谷 P1319 压缩技术
#include <stdio.h>
#define NUM 200
int main() {
int n;
int m;//表示输入了多少个数
int figure[NUM];
int i = 0;
int j;
int sum = 0;
int counter = 0;//计数器 每N个数打印一个换行
scanf("%d", &n);
/* for (i = 0; i < n; i++) { scanf_s("%d", &figure[i]); }*/
while (sum < (n * n)) {
scanf("%d", &figure[i]);
sum = sum + figure[i];
i++;
}
m = i;
for (i = 1; i <= m; i++) {
j = 1;
if (i % 2 == 1) {
while (j <= figure[i - 1]) {
printf("0");
counter++;
if (counter == (n * n)) {
//去除最后一个换行
break;
}
if (counter % n == 0) {
printf("\n");
}
j++;
}
}
else {
while (j <= figure[i - 1]) {
printf("1");
counter++;
if (counter == (n * n)) {
//去除最后一个换行
break;
}
if (counter % n == 0) {
printf("\n");
}
j++;
}
}
//printf("\n打印了%d次啦\n", i);
}
return 0;
}
边栏推荐
- 《支付宝体验设计精髓》一书,跟测试相关性知识记录
- 「 WAIC 2022 · 黑客马拉松」蚂蚁财富两大赛题邀你来战!
- Finger Vein Recognition-matlab
- Infrared image filtering
- 手把手教你CSP系列之script-src
- Defaced Fingerprint Recovery and Identification
- SAP UI5 ensures that the control id is globally unique implementation method
- 完善的交叉编译环境记录 peta 生成的shell 脚本
- Video Object Detection
- T+Cloud:构建新型生意社交网络和营销关系的“智公司”
猜你喜欢
随机推荐
[Awards for Essays] Autumn recruitment special training to create your exclusive product experience
Spark提交参数说明和常见优化
华为企业组网实例:VRRP+MSTP典型组网配置
IIC驱动OLED
基于YOLOV5行人跌倒检测实验
完善的交叉编译环境记录 peta 生成的shell 脚本
元国度链游系统开发
Storage resource activation system to help new infrastructure
JS new一个构造器发生了什么?从零手写一个new方法
really time ntp service start command
哈佛架构 VS 冯·诺依曼架构
如何推动乡村振兴的落地
Internship: changed the requirements
03 ts类型缩小,函数
如果是测试 axi dma抓数的话 看这里
视频目标检测
重构指标之如何监控代码圈复杂度
使用 Chrome 开发者工具的 lighthouse 功能分析 web 应用的性能问题
QT 小知识随记
工业相机CCD与CMOS