当前位置:网站首页>2019河北省大学生程序设计竞赛部分题题解
2019河北省大学生程序设计竞赛部分题题解
2022-08-10 19:12:00 【可然冫】
B. Icebound and Sequence
快速乘&快速幂&逆元
了解逆元
#include<bits/stdc++.h>
using namespace std;
ll mod,q,n;
ll ksc(ll x,ll y)
{
ll ans=0;
while(y)
{
if(y&1) ans=(ans+x)%mod;
x=2*x%mod;
y/=2;
}
return ans;
}
ll ksm(ll x,ll y)
{
ll ans=1;
while(y)
{
if(y&1)ret=ksc(ret,x)%mod;
x=ksc(x,x)%mod;
y/=2;
}
return ret;
}
int main()
{
int t;
scanf("%d",&t);
while(t--)
{
scanf("%lld%lld%lld",&q,&n,&mod);
mod=(q-1)*mod;
ll ans=(fp(q,n+1)-q+mod)%mod/(q-1);
printf("%lld\n",ans);
}
}
C. 分治
区间DP,逆向思考。
#include<bits/stdc++.h>
using namespace std;
int dp[110][110],cost[110],T,n;
int main()
{
cin>>T;
while(T--)
{
cin>>n;
memset(dp,0x3f,sizeof(dp));
for(int i=1;i<=n;i++)
scanf("%d",&cost[i]),dp[i][i]=0;
for(int len=2;len<=n;len++)
{
for(int l=1;l+len-1<=n;l++)
{
int r=l+len-1;
for(int k=l;k<=r;k++)
{
if(k==l) dp[l][r]=min(dp[l][r],dp[k+1][r]+cost[l]*(r-l));
else if(k==r) dp[l][r]=min(dp[l][r],dp[l][k-1]+cost[r]*(r-l));
else dp[l][r]=min(dp[l][r],dp[l][k-1]+dp[k+1][r]+cost[k]*(r-l));
}
}
}
cout<<dp[1][n]<<endl;
}
return 0;
}
E. Paper Plane Fly Away
树状数组求逆序对。博客
#include<bits/stdc++.h>
using namespace std;
const int N=200010;
int n,pos[N],love[N],seat[N],c[N],ans[N];
int lowbit(int x)
{
return x&(-x);
}
void add(int p)
{
for(int i=p;i<=n;i+=lowbit(i))
c[i]++;
}
int get(int p)
{
int sum=0;
for(int i=p;i;i-=lowbit(i))
sum+=c[i];
return sum;
}
int main()
{
cin>>n;
for(int i=1;i<=n;i++)
{
int x;
scanf("%d%d",&x,&love[i]);
pos[x]=i;
}
for(int i=1;i<=n;i++)
seat[i]=pos[love[i]];
for(int i=n;i;i--)
{
ans[i]+=get(seat[i]);
add(seat[i]);
}
memset(c,0,sizeof(c));
for(int i=1;i<=n;i++)
{
ans[i]+=get(n)-get(seat[i]);
add(seat[i]);
printf("%d\n",ans[i]);
}
return 0;
}
J. 舔狗
拓扑排序,从入度小的地方开始(应该算是一种贪心?),一对点一对点地拆。
#include<bits/stdc++.h>
using namespace std;
const int N=1e6+10;
int n,a[N],ind[N],vis[N];
struct node
{
int x,p;
};
bool operator < (node a,node b){
return a.p>b.p;}
priority_queue<node> q;
int main()
{
cin>>n;
for(int i=1;i<=n;i++)
scanf("%d",&a[i]),ind[a[i]]++;
for(int i=1;i<=n;i++)
q.push({
i,ind[i]});
while(q.size())
{
node u=q.top();
q.pop();
if(vis[u.x]||vis[a[u.x]]) continue;
n-=2;
vis[u.x]=vis[a[u.x]]=1;
int now=a[a[u.x]];
ind[now]--;
q.push({
now,ind[now]});
}
cout<<n;
return 0;
}
L. smart robot
从0开始往上暴力搜索,本以为会TLE却没有,或许答案必然在一个较小的范围内是可证的?
#include<bits/stdc++.h>
using namespace std;
int mp[100][100],n,num[100];
int dx[4]={
0,-1,0,1};
int dy[4]={
1,0,-1,0};
struct node
{
int x,y,step;
};
bool bfs(int x)
{
int len=0;
if(!x) num[++len]=1;
while(x)
{
num[++len]=x%10;
x/=10;
}
queue<node>q;
for(int i=1;i<=n;i++)
for (int j=1;j<=n;j++)
if(mp[i][j]==num[1])
q.push(node{
i,j,1});
while(!q.empty())
{
node temp=q.front();
q.pop();
if(temp.step==len) return true;
for(int i=0;i<4;i++)
{
int xx=temp.x+dx[i];
int yy=temp.y+dy[i];
if(xx<1||xx>n||yy<1||yy>n) continue;
if(mp[xx][yy]!=num[temp.step+1]) continue;
q.push(node{
xx,yy,temp.step+1});
}
}
return false;
}
int main()
{
cin>>n;
for(int i=1;i<=n;i++)
for(int j=1;j<=n;j++)
cin>>mp[i][j];
for(int i=0;;i++)
{
if(!bfs(i))
{
cout<<i<<endl;
return 0;
}
}
}
边栏推荐
- [Go WebSocket] Your first Go WebSocket server: echo server
- 转铁蛋白修饰蛇床子素长循环脂质体/负载三七皂苷R1的PEG-PLGA纳米粒([email protected] NPs)
- About npm/cnpm/npx/pnpm and yarn
- cordova installation error Command failed: powershell solution
- Leetcode 200.岛屿数量 BFS
- mysql----group by、where以及聚合函数需要注意事项
- Tf铁蛋白颗粒包载顺铂/奥沙利铂/阿霉素/甲氨蝶呤MTX/紫杉醇PTX等药物
- 【毕业设计】基于Stm32的智能疫情防控门禁系统 - 单片机 嵌入式 物联网
- 【SemiDrive源码分析】【MailBox核间通信】51 - DCF_IPCC_Property实现原理分析 及 代码实战
- 一维数组动态和问题答记
猜你喜欢
The servlet mapping path matching resolution
【Knowledge Sharing】What is SEI in the field of audio and video development?
YOLOv3 SPP source analysis
【毕业设计】基于STM32的天气预报盒子 - 嵌入式 单片机 物联网
@Autowired注解 --required a single bean, but 2 were found出现的原因以及解决方法
QoS服务质量八拥塞避免
从 Delta 2.0 开始聊聊我们需要怎样的数据湖
Rider调试ASP.NET Core时报thread not gc-safe的解决方法
whois information collection & corporate filing information
(10) Sequence and deserialization of image data
随机推荐
【毕业设计】基于Stm32的智能疫情防控门禁系统 - 单片机 嵌入式 物联网
uni-app 数据上拉加载更多功能
转铁蛋白修饰长春新碱-粉防己碱脂质体|转铁蛋白修饰共载紫杉醇和金雀异黄素脂质体(试剂)
《分布式微服务电商》专题(一)-项目简介
关于npm/cnpm/npx/pnpm与yarn
YOLOv3 SPP source analysis
redis如何查看key的有效期
Redis 持久化机制
FEMRL: A Framework for Large-Scale Privacy-Preserving Linkage of Patients’ Electronic Health Rec论文总结
2020 ICPC Shanghai Site G
[Teach you how to do mini-games] How to lay out the hands of Dou Dizhu?See what the UP master of the 250,000 fan game area has to say
洛谷 P1629 邮递员送信 (三种最短路)
网站架构探测&chrome插件用于信息收集
2022 Hangdian Multi-School Seven Black Magic (Sign-in)
主动信息收集
flask装饰器版登录、session
Echart饼状图标注遮盖解决方案汇总
echart 特例-多分组X轴
Tf ferritin particles contain cisplatin / oxaliplatin / doxorubicin / methotrexate MTX / paclitaxel PTX and other drugs
哈工大软件构造Lab3(2022)