0_0_40058286_10002.cpp: In function 'int main()': 0_0_40058286_10002.cpp:17:13: error: 'replace' was not declared in this scope 17 | replace(str.begin(), str.end(), '-', ' '); // 替换 '-' 为 ' ' | ^~~~~~~