C++万能头文件

#include<bits/stdc++.h>    //比赛可用c++万能头文件也可用iostream库
using namespace std;
int main()
{
    cout<<"hello world"<<endl;
    return 0;
}

猜你喜欢

转载自www.cnblogs.com/zyhdbk/p/9496796.html
今日推荐