问题及代码:
<pre name="code" class="cpp">/*
* Copyright (C) 2016, 烟台大学计算机与控制工程学院
* All rights reserved.
* 文件名称 : my first blog.cpp
* 作 者 : 林志文
* 完成日期 : 2016年9月5日
* 版 本 号 : v1.0
*/
#include <iostream>
using namespace std;
int main ()
{
cout<<" Stay Curious. "<<endl;
return 0;
}
运行结果:
<img src="https://img-blog.csdn.net/20160905141948733?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="" />
心得体会:博客也是有格式的。