1、下载Dev-C++ 5.3.0.2 临时
百度下载
2、安装并设置 Dev-C++
#include <iostream> using namespace std; int main() { cout << "Hello, World!" <<endl; return 0; }