摘要: 递推与递归 AcWing 92. 递归实现指数型枚举 #include<bits/stdc++.h> #define ll long long using namespace std; const int N = 20; int n; bool vis[N]; inline int read() { 阅读全文
posted @ 2022-04-10 13:06 PHarr 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 杂项 错误票据【第四届】【省赛】 #include <bits/stdc++.h> using namespace std; int n; vector<int> a; int main() { int n , m ; string s; cin >> n; getchar(); for( int 阅读全文
posted @ 2022-04-10 13:05 PHarr 阅读(7) 评论(0) 推荐(0) 编辑