99.激光炸弹 | 前缀和
posted @ 2023-03-16 09:09 ShinnyBlue 阅读(24) 评论(0) 推荐(0)
革命尚未成功
2023年3月16日 #
posted @ 2023-03-16 09:09 ShinnyBlue 阅读(24) 评论(0) 推荐(0)
2023年3月15日 #
796. 子矩阵的和 - AcWing题库 //二维前缀和 #include <iostream> using namespace std; int n,m,q,tmp; int a[1010][1010]; int main() { cin>>n>>m>>q; for (int i = 1; i 阅读全文
posted @ 2023-03-15 22:29 ShinnyBlue 阅读(18) 评论(0) 推荐(0)
2023年3月11日 #
posted @ 2023-03-11 10:53 ShinnyBlue 阅读(16) 评论(0) 推荐(0)
2023年2月26日 #
posted @ 2023-02-26 19:38 ShinnyBlue 阅读(2399) 评论(0) 推荐(0)
2023年2月25日 #
posted @ 2023-02-25 12:04 ShinnyBlue 阅读(73) 评论(0) 推荐(0)
2023年2月23日 #
posted @ 2023-02-23 15:05 ShinnyBlue 阅读(25) 评论(0) 推荐(0)
2023年2月18日 #
posted @ 2023-02-18 22:38 ShinnyBlue 阅读(58) 评论(0) 推荐(0)
posted @ 2023-02-18 13:08 ShinnyBlue 阅读(47) 评论(0) 推荐(0)
2023年2月15日 #