c++ 从入门到放弃
#include <iostream> using namespace std; int main(){ return 0; cout<<"hello,world"<<endl; }