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

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

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

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

#include
#include
using namespace std;int main(){ double a,b,x; cin>>a>>b; x=-b/a; cout<
<
一元一次方程
#include
#include
using namespace std;int main(){ double R1,R2,A; cin>>R1>>R2; A=R1*R2/(R1+R2); cout<
<
并联电阻
#include
#include
using namespace std;int main(){ double A,B,C,x; cin>>A>>B>>C; x=A+B-C; cout<
<
特殊的方程
#include
using namespace std;int main(){ double R,m1,m2; cin>>m1; cin>>m2; cin>>R; cout<<(6.674e-11*m1*m2)/(R*R);}
万有引力定律
#include
#include
using namespace std;int main(){ double v1,v2,a,b; cin>>v1>>v2; a=v1*v1+v2*v2; b=a/2; cout<
<
中点位移的速度

 

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

你可能感兴趣的文章
awk中NF,NR的含义
查看>>
Centos下Docker中运行neo4j 并配置挂载本地文件
查看>>
静态页面跳转传值小插件
查看>>
JetBrains公司的IDE使用技巧
查看>>
第三届中国云计算用户大会笔记和心得
查看>>
PHP7开启opcache打造强悍性能
查看>>
加载某个页面(A)时实现自动跳转到某个页面(B)
查看>>
Jenkins入门系列之——03PDF文档下载
查看>>
Digit Generator(生成元)
查看>>
php 入门笔记
查看>>
Python3.7安装PyQt5的方法
查看>>
Zoj 3781(构造)
查看>>
One error related to msxml4.dll (0x800C0014)
查看>>
“爆打”团队阿尔法发布 以及 第四周任务
查看>>
【堆】bzoj1293 [SCOI2009]生日礼物
查看>>
JavaScript的异步运行机制
查看>>
centos7安装HTTPS协议
查看>>
GNS3 模拟icmp端口不可达
查看>>
hdu 5677 ztr loves substring 多重背包
查看>>
WCF学习
查看>>