当前位置:网站首页>F. Jinyu and its outer matrix (construction)
F. Jinyu and its outer matrix (construction)
2022-08-04 14:14:00 【Harris-H】
F.The outer matrix of gold and jade(构造)
The impossible case is that the matrix lengths are divisible separately,显然与2矛盾.
否则有解,Consider putting negative numbers in the upper right corner of each submatrix,then and for-1.There must be more lines in the end,Just a positive number.
selected base m x mx mx要大于 n h × m w \dfrac{n}{h}\times \dfrac{m}{w} hn×wm,The final sum is guaranteed to be positive.
#include<bits/stdc++.h>
using namespace std;
long long n,m,h,w;
int main()
{
cin>>n>>m>>h>>w;
if(n%h==0&&m%w==0)
{
puts("N");
return 0;
}
int mx = (n/h)*(m/w)+1;
puts("Y");
for(int i=1;i<=n;i++)
{
for(int j=1;j<=m;j++)
{
if(i%h==0&&j%w==0)
{
printf("%d ",-mx*w*h+(mx-1));
}
else printf("%d ",mx);
}
printf("\n");
}
}
边栏推荐
- ssm learning experience (final chapter)
- idea removes spark logs
- 如何才能有效、高效阅读?猿辅导建议“因材因时施教”
- 烂大街的缓存穿透、缓存击穿和缓存雪崩,你真的懂了?
- Lixia Action | Kyushu Yunzhang Jinnan: Open source is not a movement for a few people, popularization is the source
- LM2596有没有可以替代的?LM2576可以
- 编程思想_编程有必要给孩子学吗?
- 秋招攻略秘籍,吃透25个技术栈Offer拿到手软
- zabbix自定义图形
- 集合划分差最小问题(01背包)
猜你喜欢
Analysis and application of portrait segmentation technology
理论篇1:深度学习之----LetNet模型详解
从理论到实践:MySQL性能优化和高可用架构,一次讲清
Rust 从入门到精通04-变量
MySQL【触发器】
开发者独立搭建一个跨模态搜索应用有多难?
AVR学习笔记之熔丝位
LeetCode 1403 Minimum subsequence in non-increasing order [greedy] HERODING's LeetCode road
将 Sentinel 熔断限流规则持久化到 Nacos 配置中心
爬虫——selenium基本使用、无界面浏览器、selenium的其他用法、selenium的cookie、爬虫案例
随机推荐
AlphaFold 如何实现 AI 在结构生物学中的全部潜力
没有Project Facets的解决方法
如何确定异步 I/O 瓶颈
MPLS实验
LM2596有没有可以替代的?LM2576可以
ssm learning experience (final chapter)
如何查找endnote文献中pdf文件的位置
How to find the location of a pdf file in endnote literature
oracle+RAC+linux5.1所需要安装的包
How to write SQL statements: the usage of Update, Case, and Select together
ssm学习心得(完结篇
《社会企业开展应聘文职人员培训规范》团体标准在新华书店上架
B.构造一个简单的数列(贪心)
Convolutional Neural Network Basics
博途200/1500PLC多段曲线控温FB(支持40段控温曲线、段曲线搜索、暂停、跳段等功能)
秋招攻略秘籍,吃透25个技术栈Offer拿到手软
Fuse bit of AVR study notes
企业应当实施的5个云安全管理策略
ACL 2022 | 社会科学理论驱动的言论建模
第四讲 SVN