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