摘要:
#include#includeusing namespace std;const int maxn=1000007;struct node{ __int64 real; int sum; node *next;}myhash[maxn];int get_hash(__int64 real){ in... 阅读全文
摘要:
#include#includeusing namespace std;const int maxn=1000007;struct node{ __int64 real; int sum; node *next;}myhash[maxn];int get_hash(__int64 real){ in... 阅读全文
|