0_0_3036457_10827.cpp: In member function `void state_t::read()':
0_0_3036457_10827.cpp:13: error: `i' undeclared (first use this function)
0_0_3036457_10827.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3036457_10827.cpp: In function `int insert(const state_t&, int, char)':
0_0_3036457_10827.cpp:24: error: `key' undeclared (first use this function)
0_0_3036457_10827.cpp:24: error: `hash' undeclared (first use this function)
0_0_3036457_10827.cpp:25: error: `t' undeclared (first use this function)
0_0_3036457_10827.cpp:25: error: `R' undeclared (first use this function)
0_0_3036457_10827.cpp:28: error: `h_exist' undeclared (first use this function)
0_0_3036457_10827.cpp:31: error: `h_key' undeclared (first use this function)
0_0_3036457_10827.cpp:32: error: `h_state' undeclared (first use this function)
0_0_3036457_10827.cpp:33: error: `h_d' undeclared (first use this function)
0_0_3036457_10827.cpp:34: error: `h_move' undeclared (first use this function)
0_0_3036457_10827.cpp:37: error: expected primary-expression before ')' token
0_0_3036457_10827.cpp: In function `void pre_set(int)':
0_0_3036457_10827.cpp:57: error: `h_key' undeclared (first use this function)
0_0_3036457_10827.cpp:63: error: `hash_state' undeclared (first use this function)
0_0_3036457_10827.cpp:64: error: `y' undeclared (first use this function)
0_0_3036457_10827.cpp:64: error: `u' undeclared (first use this function)
0_0_3036457_10827.cpp:65: error: `x' undeclared (first use this function)
0_0_3036457_10827.cpp:68: error: `yy' undeclared (first use this function)
0_0_3036457_10827.cpp:68: error: `move' undeclared (first use this function)
0_0_3036457_10827.cpp:69: error: `xx' undeclared (first use this function)
0_0_3036457_10827.cpp:74: error: `hash_d' undeclared (first use this function)
0_0_3036457_10827.cpp:74: error: `movex' undeclared (first use this function)
0_0_3036457_10827.cpp: At global scope:
0_0_3036457_10827.cpp:84: error: conflicting declaration 'state_t q[222][2]'
0_0_3036457_10827.cpp:44: error: 'q' has a previous declaration as `int q[400000]'
0_0_3036457_10827.cpp:84: error: type mismatch with previous external decl of `state_t q[222][2]'
0_0_3036457_10827.cpp:44: error: previous external decl of `int q[400000]'
0_0_3036457_10827.cpp:84: error: declaration of `state_t q[222][2]'
0_0_3036457_10827.cpp:44: error: conflicts with previous declaration `int q[400000]'
0_0_3036457_10827.cpp: In function `int main()':
0_0_3036457_10827.cpp:91: error: `i' undeclared (first use this function)
0_0_3036457_10827.cpp:98: error: `j' undeclared (first use this function)
|