运行 ID: 48605

Main.cc: In function ‘int main()’:
Main.cc:11:2: error: ‘strlwr’ was not declared in this scope
  strlwr(a);
  ^~~~~~
Main.cc:11:2: note: suggested alternative: ‘strstr’
  strlwr(a);
  ^~~~~~
  strstr