摘要:
A: 点击查看代码 #include<bits/stdc++.h> using namespace std; int n,a,b; priority_queue <int> q; int sum=0; int main() { scanf("%d%d%d",&n,&a,&b); //cin>>n>> 阅读全文
posted @ 2024-11-14 21:07
cathyzro
阅读(36)
评论(0)
推荐(0)
摘要:
A:错排问题 点击查看代码 #include<bits/stdc++.h> using namespace std; int w; long long a[22]; int main() { cin>>w; a[1]=0; a[2]=1; for(int i=3;i<=w;i++) { a[i]=( 阅读全文
posted @ 2024-11-14 21:00
cathyzro
阅读(26)
评论(0)
推荐(0)

浙公网安备 33010602011771号