我的第一篇博客

#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

 

posted @ 2018-06-15 14:56  qwq1  阅读(159)  评论(0)    收藏  举报