0_0_30436542_25883.cpp: In function 'void getSG()':
0_0_30436542_25883.cpp:13:28: error: missing template arguments before ')' token
memset(Hash,0,sizeof(hash));
^
0_0_30436542_25883.cpp:17:17: error: missing template arguments before '[' token
for(j = 0;hash[j] > 0 && j < maxn;++j);
^
|