摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2523哈希表..球阀代码:#include#include#include#include#includeusing namespace std;bool hash[2000];int main(){ int c,n,k,i,j; scanf("%d",&c); while(c--) { scanf("%d%d",&n,&k); memset(hash,0,sizeof(hash)); vectorsav(n); for(i=0;i()); .. 阅读全文
posted @ 2014-01-08 19:36 龚细军 阅读(284) 评论(0) 推荐(0)
摘要: Open the LockTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3400Accepted Submission(s): 1507Problem DescriptionNow an emergent task for you is to open a password lock. The password is consisted of four digits. Each digit is numbered from 1 to 9. E 阅读全文
posted @ 2014-01-08 12:14 龚细军 阅读(239) 评论(0) 推荐(0)