0_0_10653932_13798.cpp:1:9: #include expects "FILENAME" or <FILENAME>
0_0_10653932_13798.cpp:2:9: #include expects "FILENAME" or <FILENAME>
0_0_10653932_13798.cpp:3:9: #include expects "FILENAME" or <FILENAME>
0_0_10653932_13798.cpp:19: error: `__int64' does not name a type
0_0_10653932_13798.cpp:29: error: `queue' does not name a type
0_0_10653932_13798.cpp:32: error: `__int64' does not name a type
0_0_10653932_13798.cpp:34: error: `__int64' was not declared in this scope
0_0_10653932_13798.cpp:35: error: expected `,' or `;' before '{' token
0_0_10653932_13798.cpp: In function `void iniStart()':
0_0_10653932_13798.cpp:54: error: `scanf' undeclared (first use this function)
0_0_10653932_13798.cpp:54: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10653932_13798.cpp: In function `int bfs()':
0_0_10653932_13798.cpp:78: error: `hashlist' undeclared (first use this function)
0_0_10653932_13798.cpp:78: error: `memset' undeclared (first use this function)
0_0_10653932_13798.cpp:79: error: `Q' undeclared (first use this function)
0_0_10653932_13798.cpp:82: error: 'struct Node' has no member named 'hashValue'
0_0_10653932_13798.cpp:82: error: `hashInsert' cannot be used as a function
0_0_10653932_13798.cpp:105: error: 'struct Node' has no member named 'hashValue'
0_0_10653932_13798.cpp:105: error: `hashInsert' cannot be used as a function
0_0_10653932_13798.cpp: In function `int main(int, char**)':
0_0_10653932_13798.cpp:119: error: `scanf' undeclared (first use this function)
0_0_10653932_13798.cpp:124: error: `printf' undeclared (first use this function)
|