欢迎来到程序员中文网!
2026-01-15 07:01:56 阅读(4)
#include <iostream> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; }