0_0_11956380_15563.cpp:5: error: `ttruct' does not name a type
0_0_11956380_15563.cpp:9: error: expected constructor, destructor, or type conversion before ';' token
0_0_11956380_15563.cpp: In function `void create(int, int, int)':
0_0_11956380_15563.cpp:13: error: `t' undeclared (first use this function)
0_0_11956380_15563.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11956380_15563.cpp: In function `void refresh(int, int)':
0_0_11956380_15563.cpp:24: error: `t' undeclared (first use this function)
0_0_11956380_15563.cpp:32: error: `elte' undeclared (first use this function)
0_0_11956380_15563.cpp:32: error: expected `;' before "if"
0_0_11956380_15563.cpp: In function `int search(int, int, int)':
0_0_11956380_15563.cpp:38: error: `t' undeclared (first use this function)
0_0_11956380_15563.cpp:46: error: `elte' undeclared (first use this function)
0_0_11956380_15563.cpp:46: error: expected `;' before "return"
0_0_11956380_15563.cpp: In function `int main()':
0_0_11956380_15563.cpp:51: error: no match for 'operator~' in '~(+(+(&std::cin)->std::basic_istream<_CharT, _Traits>::operator>> [with _CharT = char, _Traits = std::char_traits<char>](((int&)(&h))))->std::basic_istream<_CharT, _Traits>::operator>> [with _CharT = char, _Traits = std::char_traits<char>](((int&)(&w))))->std::basic_istream<_CharT, _Traits>::operator>> [with _CharT = char, _Traits = std::char_traits<char>](((int&)(&m)))'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/ios_base.h:83: note: candidates are: std::_Ios_Fmtflags std::operator~(std::_Ios_Fmtflags)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/ios_base.h:114: note: std::_Ios_Openmode std::operator~(std::_Ios_Openmode)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/ios_base.h:145: note: std::_Ios_Iostate std::operator~(std::_Ios_Iostate)
0_0_11956380_15563.cpp:61: error: `elte' undeclared (first use this function)
0_0_11956380_15563.cpp:61: error: expected `;' before '{' token
|