Chinaunix首页 | 论坛 | 博客
  • 博客访问: 929330
  • 博文数量: 210
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2070
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-19 21:54
文章分类

全部博文(210)

文章存档

2020年(2)

2019年(18)

2018年(27)

2017年(5)

2016年(53)

2015年(88)

2014年(17)

发布时间:2015-01-24 20:22:59

#include <stdio.h>int main(){float r, h;float l, S, b_j, V, y_j;scanf("%f%f",&r,&h);l=2*3.14*r;S=3.14*r*r;b_j=4*3.14*r*r;V=3*3.14*r*r*r;y_j=3.14*r*r*h;printf("圆的周长: %2.2f\n",l);printf("圆的面积: %2.2f\n" ,S);printf("圆的表面积: %2.2f\n", b_j);printf("圆的体积: %2.2f\n", V).........【阅读全文】

阅读(1290) | 评论(0) | 转发(0)

发布时间:2015-01-24 20:19:30

#include <stdio.h>int main(){    int num;    int a, b, c, d, e;    scanf("%d", &num);    if (num>99999)    {        printf("不在.........【阅读全文】

阅读(1193) | 评论(0) | 转发(0)

发布时间:2015-01-02 23:03:44

#include<iostream>#include<cstdio>using namespace std;int main(){ cout<<"请输入你的名字:"<<endl<<endl; char op[999],sb[100]; cin>>op; cout<<endl; cout<<"我想对你说:"<<endl; cout<<endl; gets(sb); int i,c,m,n,x,y,z; char d[20][50]; char s.........【阅读全文】

阅读(1039) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

Super丶小波2021-07-19 11:59

111

回复  |  举报

Super丶小波2021-01-08 11:41

加油,奥利给

回复  |  举报

Super丶小波2021-01-08 11:41

加油,奥利给

回复  |  举报

Super丶小波2021-01-08 11:41

加油,奥利给

回复  |  举报

陈小静1232016-06-18 22:26

回复  |  举报
留言热议
请登录后留言。

登录 注册