0_0_36702557_4521.cpp: In member function 'void node::init()':
0_0_36702557_4521.cpp:23:15: error: 'clr' was not declared in this scope
clr(nextfuck,0);
^
0_0_36702557_4521.cpp: In member function 'void node::print()':
0_0_36702557_4521.cpp:32:10: error: 'FOR0' was not declared in this scope
FOR0(i,10) printf("%d ",nextfuck[i]);
^
0_0_36702557_4521.cpp: At global scope:
0_0_36702557_4521.cpp:37:8: error: 'N' was not declared in this scope
node a[N];
^
0_0_36702557_4521.cpp:39:1: error: 'i64' does not name a type
i64 n;
^
0_0_36702557_4521.cpp: In function 'void insert(int*, int)':
0_0_36702557_4521.cpp:48:4: error: 'a' was not declared in this scope
if(a[p].nextfuck[k]==0)
^
0_0_36702557_4521.cpp:53:3: error: 'a' was not declared in this scope
p=a[p].nextfuck[k];
^
0_0_36702557_4521.cpp:55:1: error: 'a' was not declared in this scope
a[p].flag=1;
^
0_0_36702557_4521.cpp: At global scope:
0_0_36702557_4521.cpp:58:13: error: variable or field 'insert' declared void
void insert(i64 x)
^
0_0_36702557_4521.cpp:58:13: error: 'i64' was not declared in this scope
|