#include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; int tot,bin[1024],cnt[1024]; void init() { for(int i=0; i<1024; i++) { bin[i]=i; cnt[i]=1; } tot=1; } int _find(int x) { while(bin[x]!=x) x=bin[x]; return x; } int main() { int T,m,i,j,t,k; double x1[2024],x2[2024],y1[2024],y2[2024]; char cmd[10]; scanf("%d",&T); while(T--) { init(); scanf("%d",&m); for(k=0; k=0&&t2>=0) { if(a>b) { bin[a]=b; cnt[b]+=cnt[a]; } else { bin[b]=a; cnt[a]+=cnt[b]; } } } tot++; } else if(cmd[0]=='Q') { scanf("%d",&t); printf("%d\n",cnt[_find(t)]); } } if(T) printf("\n"); } return 0; }
原理:兩張圖片合並,想想圖片是用一個個像素點來
本文介紹用 muduo 實現一個簡單的 soc
Problem 2030 括號問題 Accept: 413
經過之前幾篇博客的講解,我們已經成功搭建了MFC應用框架,並
指針類型是C++、Pascal等語言中比較重要
前言: Eigen 是一個線性算術的C++模板庫,包括:v