Main.cc: In function 'int main()':
Main.cc:16:68: error: 'transform' was not declared in this scope
transform(word.begin(), word.end(), word.begin(), ::tolower); // 将单词转换为小写
^