0_0_11956375_15634.cpp:2: error: expected nested-name-specifier before "nametpace"
0_0_11956375_15634.cpp:2: error: `nametpace' has not been declared
0_0_11956375_15634.cpp:2: error: expected `;' before "std"
0_0_11956375_15634.cpp:2: error: expected constructor, destructor, or type conversion before ';' token
0_0_11956375_15634.cpp:5: error: `ttruct' does not name a type
0_0_11956375_15634.cpp:9: error: expected constructor, destructor, or type conversion before ';' token
0_0_11956375_15634.cpp: In function `void create(int, int, int)':
0_0_11956375_15634.cpp:13: error: `t' undeclared (first use this function)
0_0_11956375_15634.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11956375_15634.cpp: In function `void refresh(int, int)':
0_0_11956375_15634.cpp:24: error: `t' undeclared (first use this function)
0_0_11956375_15634.cpp:32: error: `elte' undeclared (first use this function)
0_0_11956375_15634.cpp:32: error: expected `;' before "if"
0_0_11956375_15634.cpp:34: error: `max' undeclared (first use this function)
0_0_11956375_15634.cpp: In function `int search(int, int, int)':
0_0_11956375_15634.cpp:38: error: `t' undeclared (first use this function)
0_0_11956375_15634.cpp:46: error: `elte' undeclared (first use this function)
0_0_11956375_15634.cpp:46: error: expected `;' before "return"
0_0_11956375_15634.cpp: In function `int main()':
0_0_11956375_15634.cpp:51: error: `cin' undeclared (first use this function)
0_0_11956375_15634.cpp:59: error: `cout' undeclared (first use this function)
0_0_11956375_15634.cpp:59: error: `endl' undeclared (first use this function)
0_0_11956375_15634.cpp:61: error: `elte' undeclared (first use this function)
0_0_11956375_15634.cpp:61: error: expected `;' before '{' token
|