0_0_23406605_27426.cpp: In function 'int main()':
0_0_23406605_27426.cpp:19:16: error: 'a' was not declared in this scope
memset(a,0,sizeof(Node)*MAXN);
^
0_0_23406605_27426.cpp:19:27: error: 'Node' was not declared in this scope
memset(a,0,sizeof(Node)*MAXN);
^
|