摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1496View Code 1 #include<stdio.h> 2 #include<memory.h> 3 4 int pin[101]; 5 int hash[2000001]; 6 7 int main( ) 8 { 9 int a;10 int b;11 int c;12 int d;13 int i;14 int j;15 int sum;16 for( i=1; i<101; i++ )17 pin[i] = ... 阅读全文
posted @ 2012-10-15 15:07 皇星客栈--Linux 阅读(235) 评论(0) 推荐(0) 编辑