摘要: 1 // Accept 31ms 544k 2 #include <math.h> 3 #include <stdio.h> 4 #include <stdlib.h> 5 #include <string.h> 6 #include <memory.h> 7 8 /* 将方程分划为2个部分,前一个部分最多有100*100种可能 */ 9 #define MAX 3009310 11 int s[10010]={0};12 int a, b, c, d, ans, temp, p, i, j;13 struct HashTable14 阅读全文
posted @ 2012-03-04 10:17 Maxwell:My Blog 阅读(1115) 评论(0) 推荐(1) 编辑