dbkx29
dbkx29
全部文章
题解
归档
标签
去牛客网
登录
/
注册
dbkx29的博客
全部文章
/ 题解
(共1篇)
反鲨洛谷P5461 赦免战俘
#include <bits/stdc++.h> using namespace std; //2^10=1024 int a[1030][1030]; void paint(int x1, int y1, int x2, int y2) { //涂 只涂左上角 //同时避免出现...
C++
数组
模拟
递归
2022-01-17
0
524