试插入代码

#include <iostream.h>

using namespace std;


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

}

试上传图片

使用windows live writer发表的博客

 

使用windows live writer发表的第一篇博客

相关文章:

  • 2021-07-09
  • 2021-11-13
  • 2021-12-16
  • 2021-08-31
  • 2022-12-23
  • 2021-05-11
  • 2021-06-20
  • 2021-09-09
猜你喜欢
  • 2021-06-20
  • 2022-03-07
  • 2021-09-08
  • 2021-10-10
  • 2021-06-15
  • 2022-01-19
  • 2021-08-20
相关资源
相似解决方案