04 2022 档案
摘要:初赛 数圈圈 转化成 16 进制统计一下 #include <bits/stdc++.h> #define ll long long using namespace std; const int N = 23; int n , m ; inline int read() { int x = 0 ,
阅读全文
摘要:递推与递归 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() {
阅读全文
摘要:杂项 错误票据【第四届】【省赛】 #include <bits/stdc++.h> using namespace std; int n; vector<int> a; int main() { int n , m ; string s; cin >> n; getchar(); for( int
阅读全文
摘要:比赛链接 比例简化 这道题看似很复杂但是因为数据范围很少,所以可以直接枚举分子分母按照题目要求选择即可 #include <bits/stdc++.h> #define ll long long using namespace std; const int N = 1100; double a ,
阅读全文

浙公网安备 33010602011771号