算法训练 关联矩阵
摘要:1 #include 2 3 using namespace std; 4 5 int main() 6 { 7 int s[110][1010]; 8 int n,m,a,b,i,j; 9 while(~scanf("%d%d",&n,&m))10 {11 ...
阅读全文
posted @ 2016-01-18 22:55
posted @ 2016-01-18 22:55
posted @ 2016-01-18 22:21
posted @ 2016-01-18 22:16
posted @ 2016-01-17 21:46
posted @ 2016-01-17 20:18