2017年5月11日

codeforces 803

摘要: A n*n的填满0的矩阵 让你放k个1 替代0 字典序最大 按对角线对称 从左往右从上往下直接走就可以了 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #in 阅读全文

posted @ 2017-05-11 22:04 HelloWorld!--By-MJY 阅读(140) 评论(0) 推荐(0) 编辑

导航