Chinaunix首页 | 论坛 | 博客

发布时间:2014-12-09 14:05:33

#include <stdio.h>int main(){     int a,b;     a=1;     b=1;     while(1)     {          while(1)   .........【阅读全文】

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

发布时间:2014-12-01 11:38:02

#include <stdio.h>int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); if (a>b&&a>c) { printf("%d\n",a); return 0; } else if(a>c&&c>b) { printf("%d\n",a); return 0; } else if(b>a&&b>c) { printf("%d\n",b); .........【阅读全文】

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

发布时间:2014-11-28 18:13:11

#include <stdio.h>int main(){ float shuxue, yuwen, wuli, huaxue; float sum; int select; shuxue=134; yuwen=111; wuli=99; huaxue=100; scanf ("%d",&select); switch(select) {  case 1:  printf("shuxuechengjishi%.1.........【阅读全文】

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

发布时间:2014-11-28 14:46:25

简单点                                                 .........【阅读全文】

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

发布时间:2014-11-26 23:01:27

#include <stdio.h>int main(){ double r,h; double l,S,s_b,V,V_z; scanf("%lf",&r); scanf("%lf",&h); l=2*3.14*r; S=r*r*3.14; s_b=4*r*r*3.14; V=4/3*3.14*r*r*r; V_z=3.14*r*r*h; printf("圆的周长  %lf\n",l); printf("圆.........【阅读全文】

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

孙超越2014-11-22 09:52

赞一个

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

登录 注册