Chinaunix首页 | 论坛 | 博客

发布时间:2014-11-27 22:58:22

点击(此处)折叠或打开#include <stdio.h>int main(){    int score;    scanf("%d",    &score);    if (score > 100)&n.........【阅读全文】

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

发布时间:2014-11-27 22:54:59

点击(此处)折叠或打开#include <stdio.h>int main(){    int m;    scanf("%d",    &m);    if(m>=0)   .........【阅读全文】

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

发布时间:2014-11-27 22:40:47

#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);.........【阅读全文】

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

马伟东2015-04-13 17:04

。。。。。。。。。。。。。。。。。。。。。。。

回复  |  举报

ALLEN李伟2014-12-26 10:56

你是

回复  |  举报

鱼的记忆w2014-12-22 10:54

天空中的一朵云:有前途!!!

呀!

回复  |  举报

天空中的一朵云2014-12-20 12:20

聪明的小孩!努力呀!!前途无限!!!

回复  |  举报

天空中的一朵云2014-12-15 13:37

有前途!!!

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

登录 注册