欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

我的第一篇博客

程序员文章站 2022-07-10 20:14:11
#include #include #include #include #include #include using namespace std; int main() { cout<<"hel ......
我的第一篇博客
#include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<stack>
#include<queue>
using namespace std;
int main()
{
    cout<<"hello friends!"<<endl;
    printf("\n");
    cout<<"这是我的第一篇博客,请大家多多指教。"<<endl;
    return 0;
}
View Code