/in/p1.cpp: In function 'void init(std::__cxx11::string&, int*)':
/in/p1.cpp:18:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i = 0 ; i < word.length( ); ++i ) word[ i ] += 'A' - 'a';
~~^~~~~~~~~~~~~~~~~
/in/p1.cpp: In function 'void show(const string&)':
/in/p1.cpp:27:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i = 0; i < word.length( ); ++i )
~~^~~~~~~~~~~~~~~~~
/in/p1.cpp: In function 'bool check(const char&, std::__cxx11::string&, int*, int&)':
/in/p1.cpp:61:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i = 0; i < word.length( ); ++i ){
~~^~~~~~~~~~~~~~~~~
/in/p1.cpp: In function 'void result(const bool&, const string&)':
/in/p1.cpp:81:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int i = 0; i < word.length( ); ++i )
~~^~~~~~~~~~~~~~~~~