摘要: #include<stdio.h> int main(){ int n; cin>>n; for(int i=1;i<=n;i++)cin>>a[i]; for(int i=1;i<=n;i++)cin>>b[i]; int x=1,y=1,tot=0; while(x<=n&&y<=n){ if( 阅读全文
posted @ 2021-05-28 00:04 AhPuch 阅读(116) 评论(0) 推荐(0)