摘要:
原题链接 题解 正常暴力解法如下: #include<bits/stdc++.h> using namespace std; int a[150007]; int main() { int n,m; cin>>n>>m; for(int i=1;i<=n;i++) cin>>a[i]; while( 阅读全文
posted @ 2024-04-06 21:30
纯粹的
阅读(14)
评论(0)
推荐(0)
摘要:
原题链接 题解 一个细节坑我好久 code #include<bits/stdc++.h> #define ll long long using namespace std; ll f[15][15]={0};//从最高位第i位数字为j时的数字里有多少windy数 ll solve(ll now) 阅读全文
posted @ 2024-04-06 19:58
纯粹的
阅读(16)
评论(0)
推荐(0)

浙公网安备 33010602011771号