0_0_21644999_29857.cpp: In function 'int main()':
0_0_21644999_29857.cpp:6:13: error: expected ';' before 'unsigned'
#define ULL unsigned long long
^
0_0_21644999_29857.cpp:62:17: note: in expansion of macro 'ULL'
ULL key=0,key2=0;
^
0_0_21644999_29857.cpp:63:39: error: 'key' was not declared in this scope
for (int k=0;k<3;k++) key=key*1000000009+a[k],key2=key2*1000000007+b[k];
^
0_0_21644999_29857.cpp:63:63: error: 'key2' was not declared in this scope
for (int k=0;k<3;k++) key=key*1000000009+a[k],key2=key2*1000000007+b[k];
^
0_0_21644999_29857.cpp:64:21: error: 'key' was not declared in this scope
hsh(key,key2);
^
0_0_21644999_29857.cpp:64:25: error: 'key2' was not declared in this scope
hsh(key,key2);
^
0_0_21644999_29857.cpp:6:13: error: expected ';' before 'unsigned'
#define ULL unsigned long long
^
0_0_21644999_29857.cpp:77:17: note: in expansion of macro 'ULL'
ULL key=0,key2=0;
^
0_0_21644999_29857.cpp:78:39: error: 'key' was not declared in this scope
for (int k=0;k<3;k++) key=key*1000000009+a[k],key2=key2*1000000007+b[k];
^
0_0_21644999_29857.cpp:78:63: error: 'key2' was not declared in this scope
for (int k=0;k<3;k++) key=key*1000000009+a[k],key2=key2*1000000007+b[k];
^
0_0_21644999_29857.cpp:80:25: error: 'key' was not declared in this scope
if (fnd(key,key2)) {flag = 1; goto END;}
^
0_0_21644999_29857.cpp:80:29: error: 'key2' was not declared in this scope
if (fnd(key,key2)) {flag = 1; goto END;}
^
|