02 2024 档案

摘要:1、对于 scanf printf 和 cin cout 按照10^5来划分使用 递归实现指数型枚举 https://www.acwing.com/problem/content/94/ #include <iostream> #include<cstring> #include<cstdio> # 阅读全文
posted @ 2024-02-28 19:27 敲代码的6 阅读(21) 评论(0) 推荐(0)
摘要:整数划分 https://www.acwing.com/problem/content/description/902/ #include<iostream> #include<algorithm> using namespace std; const int N=1010,mod=1e9+7; i 阅读全文
posted @ 2024-02-19 11:51 敲代码的6 阅读(15) 评论(0) 推荐(0)
摘要:898. 数字三角形 https://www.acwing.com/problem/content/900/ #include<iostream> #include<cstring> #include<algorithm> using namespace std; const int N=510,I 阅读全文
posted @ 2024-02-06 11:25 敲代码的6 阅读(23) 评论(0) 推荐(0)