0_0_2017643_29968.cpp: In function `void initial()':
0_0_2017643_29968.cpp:28: error: incompatible types in assignment of `int' to `int[505]'
0_0_2017643_29968.cpp:29: error: request for member `next' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp:30: error: request for member `next' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp:31: error: request for member `data' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp:32: error: request for member `in' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp: In function `void insert(int, int)':
0_0_2017643_29968.cpp:64: error: request for member `in' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp:76: error: request for member `in' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp: In function `void find()':
0_0_2017643_29968.cpp:85: error: request for member `in' in `tab', which is of non-class type `node[505]'
0_0_2017643_29968.cpp:85: error: ISO C++ forbids comparison between pointer and integer
0_0_2017643_29968.cpp:88: error: incompatible types in assignment of `int' to `int[505]'
|