welcome to c++

83 阅读1分钟
#include<iostream>
using std::cout,std::endl;

int main()
{
    cout<<"hello world"<<endl;
    return 0;
}