#include <iostream> #include <string> using namespace std; int main(void) { string s = "hello"; // 加上这句,就一点输出都没有了 cout << "hello" << endl; return 0; }
65,190
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧