摘要: 1. #include<bits/stdc++.h>using namespace std;int n,x,ans=0,sum=0,a[1001],b[1001];int main(){ memset(a,0,sizeof(a)); memset(b,0,sizeof(b)); n=10; for( 阅读全文
posted @ 2023-05-13 22:17 Verneyyx 阅读(19) 评论(0) 推荐(0)