博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
首师大附中科创教育平台 我的刷题记录(3)
阅读量:6655 次
发布时间:2019-06-25

本文共 902 字,大约阅读时间需要 3 分钟。

首师大附中科创教育平台我的刷题记录(给大家刷11--15题吧)

仅供同学们参考,禁止抄袭!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#include
#include
using namespace std;int main(){ int x,y; cin>>x; y=abs(x+2); cout<
<
绝对值函数
#include
using namespace std;int main(){ int t,s; cin>>t; s=t*10+2*t*t; cout<
<
求滑动距离
#include
using namespace std;int main(){ double r,h,a; cin>>r>>h; a=r*r*3.14*h; cout<
<
求圆柱体体积
#include
using namespace std;int main(){ double L,R,V,Q,C; cin>>L>>R>>V; Q=L*R; C=L+R+V; cout<<"Q:"<
<
简单的计算
#include
#include
using namespace std;int main(){ double a,b,c,d; cin>>a>>b; c=a*a+b*b; d=sqrt(c); cout<
<
直角三角求解

 

转载于:https://www.cnblogs.com/mayitao/p/5837571.html

你可能感兴趣的文章
fragment 出栈过程
查看>>
struts2接收请求参数
查看>>
手动配置ETK过程
查看>>
Java之Collection/Map
查看>>
共享打印机提示账号和密码 解决方法
查看>>
好桌道
查看>>
pcAnywhere远程控制
查看>>
codeforce 285 div2 d 题解
查看>>
多线程之ExecutorService
查看>>
SDL2 自己画按钮
查看>>
jQuery国际化插件 实例用法解析
查看>>
使用nexus搭建maven私服
查看>>
itoa atoi
查看>>
JavaScript自适应调整文字大小
查看>>
SugarCRM服务概要
查看>>
class中指向Data Members的指针
查看>>
交叉连接,内连接,左连接,右连接的快速理解
查看>>
在mac下设置环境变量
查看>>
机顶盒有关获取焦点触发点击事件
查看>>
DevExpress VCL v16.1.3发布
查看>>