会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
么么打123
博客园
首页
新随笔
联系
订阅
管理
2017年4月30日
实验九
摘要: 9.1 #include<stdio.h>#include<math.h> int main(){ int x,y,z; float c,s; scanf("%d%d%d",&x,&y,&z); c=(x+y+z)/2.0; s=sqrt(c*(c-x)*(c-y)*(c-z)); printf("
阅读全文
posted @ 2017-04-30 21:53 么么打123
阅读(255)
评论(0)
推荐(0)
编辑