摘要:
include using namespace std; int main() { // 请在此输入您的代码 int T,i,j,k; cin>>T; int A[T],B[T],C[T]; int K[T]; for(i=0;i<T;i++) { cin>>A[i]>>B[i]>>C[i]>>K[ 阅读全文
摘要:
两个小时 200 include<bits/stdc++.h> using namespace std; int t,n,a[10]={0,1,2,3,4,5,6,7,8,9},ans; int main(){ cin>>n; while(1){ int x=0; for(int i=1;i<=7; 阅读全文
摘要:
三个小时 300 include<bits/stdc++.h> using namespace std; define int long long int n,x,y,xx,yy; const int maxn=100010; struct scan//记录矩形上下边的位置 { int l,r,h, 阅读全文
摘要:
两个小时 200 include<bits/stdc++.h> using namespace std; int t,n,a[10]={0,1,2,3,4,5,6,7,8,9},ans; int main(){ cin>>n; while(1){ int x=0; for(int i=1;i<=7; 阅读全文
摘要:
第六天 四个小时 300 include<bits/stdc++.h> using namespace std; int main() { long long n,i,j,k=0,sum=0; cin>>n; long long a[n],b[n]; for(i=0;i<n;i++) { cin>> 阅读全文