自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 accode1031->1045

Hi大家好,今天纬翔继续给大家带来代码! accode1031: #include<cstdio> int main() { double a,b; scanf("%lf %lf",&a,&b); printf("%.2lf",a*(1+b/100)); return 0; } accode1032: #include<cstdio> int ma...

2019-11-22 18:25:07 263

原创 accode1016->1030

Hi大家好,今天纬翔继续给大家带来代码! accode1016: #include<cstdio> int main() { int n,m,o,p; scanf("%d",&n); m=(n-2)*(n-2)*6; o=(n-2)*12; printf("8 %d %d",o,m); return 0; } accode1017: #include<cs...

2019-11-10 17:13:14 150

原创 accode1015

Hi大家好,今天纬翔继续给大家带来代码! accode1015: #include<cstdio> int main() { int a,b,c,d; scanf("%d",&a); printf("%d",(a-1)*4); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-10 16:18:43 142

原创 accode1014

Hi大家好,今天纬翔继续给大家带来代码! accode1014: #include<bits/stdc++.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("%d",a*a/b/b); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-10 16:15:01 133

原创 accode1013

Hi大家好,今天纬翔继续给大家带来代码! accode1013: #include<cstdio> int main() { int a,b,c,d; scanf("%d %d %d %d",&a,&b,&c,&d); printf("%d",(a+b)*(c-d)); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 20:00:24 137

原创 accode1012

Hi大家好,今天纬翔继续给大家带来代码! accode1012: #include<bits/stdc++.h> int main() { int a,b,c,d; scanf("%d %d %d %d",&a,&b,&c,&d); printf("%d",(a+b-c)*d); return 0; } 想获取更多精彩题目答案,请关注我~ 不见...

2019-11-09 19:55:03 175

原创 accode1011

Hi大家好,今天纬翔继续给大家带来代码! accode1011: #include<bits/stdc++.h> int main() { int a,b,c; scanf("%d %d %d",&a,&b,&c); printf("%d",(a+b+c)/3); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:49:16 140

原创 accode1010

Hi大家好,今天纬翔继续给大家带来代码! accode1010: #include<cstdio> int main() { int a,b,c,d; scanf("%d %d",&a,&b); printf("%d",(a+b)*2); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:32:50 135

原创 accode1009

Hi大家好,今天纬翔继续给大家带来代码! accode1009: #include<cstdio> int main() { int a; scanf("%d",&a); printf("%d %d",a*a,a*4); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:28:59 115

原创 accode1008

Hi大家好,今天纬翔继续给大家带来代码! accode1008: #include<bits/stdc++.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("%d %d",a/b,a%b); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:27:24 133

原创 accode1007

Hi大家好,今天纬翔继续给大家带来代码! accode1007: #include<cstdio> int main() { int a,b,c; scanf("%d %d",&a,&b); c=a%b; printf("%d",c); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:18:29 154

原创 accode1006

Hi大家好,今天纬翔继续给大家带来代码! accode1006: #include<cstdio> int main() { int a,b,c; scanf("%d %d",&a,&b); c=a/b; printf("%d",c); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:13:13 123

原创 accode1005

Hi大家好,今天纬翔继续给大家带来代码! accode1005: #include<cstdio> int main() { int a,b,c; scanf("%d %d",&a,&b); c=a*b; printf("%d",c); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:11:04 91

原创 accode1004

Hi大家好,今天纬翔继续给大家带来代码! accode1004: #include<cstdio> int main() { int a,b,c; scanf("%d %d",&a,&b); c=a-b; printf("%d",c); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:07:39 106

原创 accode1003

Hi大家好,今天纬翔继续给大家带来代码! accode1003: #include<cstdio> int main() { int a,b,c; scanf("%d %d",&a,&b); c=a+b; printf("%d",c); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:05:51 154

原创 accode1002

Hi大家好,今天纬翔继续给大家带来代码! accode1002: #include<cstdio> int main() { int a; scanf("%d",&a); printf("%d",a); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 19:01:44 179

原创 accode1001

Hi大家好,今天纬翔继续给大家带来代码! accode1001: #include<cstdio> int main() { printf("hello world!"); return 0; } 想获取更多精彩题目答案,请关注我~ 不见不散! ...

2019-11-09 18:51:26 231

空空如也

空空如也

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

TA关注的人

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