#include<bits/stdc++.h> using namespace std; int main() { cout<<"为什么出乱码???"; return 0; }
字符集问题,你把cpp文件保存成utf-8再编译就不会有乱码了!有帮助请采纳!