#include<iostream> using namespace std; int main(){ cout<<"hello,world"<<endl; return 0; }
hello,world
原文:https://www.cnblogs.com/wysngblogs/p/9444503.html