0_0_8482345_13429.cpp:3:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:4:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:5:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:6:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:7:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:8:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:9:9: #include expects "FILENAME" or <FILENAME>
0_0_8482345_13429.cpp:11: error: expected constructor, destructor, or type conversion before '>' token
0_0_8482345_13429.cpp:11: error: expected `,' or `;' before '>' token
0_0_8482345_13429.cpp:12: error: ISO C++ forbids declaration of `map' with no type
0_0_8482345_13429.cpp:12: error: expected unqualified-id before "int"
0_0_8482345_13429.cpp:12: error: expected `,' or `;' before "int"
0_0_8482345_13429.cpp: In function `int h()':
0_0_8482345_13429.cpp:16: error: `map_t' undeclared (first use this function)
0_0_8482345_13429.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8482345_13429.cpp:16: error: expected `;' before "maps"
0_0_8482345_13429.cpp:19: error: `maps' undeclared (first use this function)
0_0_8482345_13429.cpp:19: error: `maze' undeclared (first use this function)
0_0_8482345_13429.cpp:21: error: `map_t' has not been declared
0_0_8482345_13429.cpp:21: error: `const_iterator' undeclared (first use this function)
0_0_8482345_13429.cpp:21: error: expected `;' before "it"
0_0_8482345_13429.cpp:21: error: `it' undeclared (first use this function)
0_0_8482345_13429.cpp:27: error: `vector' undeclared (first use this function)
0_0_8482345_13429.cpp:27: error: expected `;' before "ivec"
0_0_8482345_13429.cpp:29: error: `ivec' undeclared (first use this function)
0_0_8482345_13429.cpp:31: error: `maps2' undeclared (first use this function)
0_0_8482345_13429.cpp:34: error: `map_t' has not been declared
0_0_8482345_13429.cpp:34: error: expected `;' before "it"
0_0_8482345_13429.cpp:39: error: `min' undeclared (first use this function)
0_0_8482345_13429.cpp: In function `void roL(int)':
0_0_8482345_13429.cpp:42: error: `maze' undeclared (first use this function)
0_0_8482345_13429.cpp: In function `void roR(int)':
0_0_8482345_13429.cpp:48: error: `maze' undeclared (first use this function)
0_0_8482345_13429.cpp: In function `void roU(int)':
0_0_8482345_13429.cpp:54: error: `maze' undeclared (first use this function)
0_0_8482345_13429.cpp: In function `void roD(int)':
0_0_8482345_13429.cpp:60: error: `maze' undeclared (first use this function)
0_0_8482345_13429.cpp: In function `int main()':
0_0_8482345_13429.cpp:91: error: `maze' undeclared (first use this function)
0_0_8482345_13429.cpp:95: error: `cin' undeclared (first use this function)
0_0_8482345_13429.cpp:107: error: `puts' undeclared (first use this function)
0_0_8482345_13429.cpp:109: error: `cout' undeclared (first use this function)
0_0_8482345_13429.cpp:109: error: `endl' undeclared (first use this function)
|