首师大附中科创教育平台 我的刷题记录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了首师大附中科创教育平台 我的刷题记录相关的知识,希望对你有一定的参考价值。

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

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

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

 

以上是关于首师大附中科创教育平台 我的刷题记录的主要内容,如果未能解决你的问题,请参考以下文章

首师大附中科创教育平台 我的刷题记录

首师大附中科创教育平台 我的刷题记录

首师大附中科创教育平台 我的刷题记录

首师大附中科创教育平台 我的刷题记录 0284 最强大脑

首师大附中科创教育平台 我的刷题记录 0324 99999999海岛帝国:运输资源

首师大附中科创教育平台 我的刷题记录 0313 50111117海岛帝国:诞辰之日