关于我
meng1623338942
全部博文(17)
2015年(3)
2014年(14)
扒拉我嘎
manshukw
小小论坛
拾忆1765
一半现实
孙超越
追赶太阳
Super丶
红尘星宇
我是小小
neverlan
镇水铁牛
小闹腾
鱼的记忆
发布时间:2014-12-09 14:05:33
#include <stdio.h>int main(){ int a,b; a=1; b=1; while(1) { while(1)  .........【阅读全文】
发布时间: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); .........【阅读全文】
发布时间: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.........【阅读全文】
发布时间:2014-11-28 14:46:25
简单点 .........【阅读全文】
发布时间: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("圆.........【阅读全文】
孙超越2014-11-22 09:52
赞一个
登录 注册