自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 语句

语句 #include <iostream> using namespace std; int main() { int i=1,sum=0; while(sum+=i++,i<=100); cout<<"sum="<<sum<<endl; int a=1,b=0; for(int i=1;i&lt...

2019-10-30 12:14:42 80

原创 随便写点

#include <iostream> #include"conio.h" using namespace std; int main() { int fn(int n); int max(int a,int b); int a,b,c; ((a=4)=10)=11; cout<<(b=4)<<"\t"<<a&...

2019-10-28 20:18:46 136

原创 杂记二

一系列小知识点: #include <iostream> #include"typeinfo" #include"iomanip" using namespace std; #define Pi 3.1415926 typedef int didi; int main() { const double pi=3.1415926; cout<<setprec...

2019-10-25 23:40:19 91

原创 C++第一步

第一篇 键入两个数值,求出较大的数值输出,并计算较大的数值的平方根输出(有效输出位数为四位) ,最后由键入的两个数值运算求出result的值,并输出(程序结束!)。 #include <iostream> #include"cmath" #include"iomanip" using namespace std; double max(int x,int y); /*----This ...

2019-10-25 22:34:27 155

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除