摘要: #include<bits/stdc++.h> using namespace std; const int N=5e3+10; int n,a[N]={0},bkt[N+N]={0}; int main() { scanf("%d",&n); for(int i=1;i<=n;i++) scanf 阅读全文
posted @ 2022-11-19 11:22 王浩泽 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 这道题目我直接在程序上注释了: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main() 4 { 5 int t123123123123123123,a,b; 6 cin>>t123123123123123123;//防重名 7 wh 阅读全文
posted @ 2022-11-19 09:42 王浩泽 阅读(24) 评论(0) 推荐(0) 编辑