Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.cc: In function 'bool operator<(const int&, const string&)':
prog.cc:15:14: warning: comparison of integer expressions of different signedness: 'const int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
return i < s.length();
~~^~~~~~~~~~~~
hola
10
Exit Code:
0