acgo题库
  • 首页
  • 题库
  • 题单
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • 题解

    userId_undefined

    耐高总冠军 张文杰

    0阅读
    0回复
    0点赞
  • 非常简单

    #include<iostream> #include<iomanip> #include<cmath> using namespace std; int main(){ double r; cin>>r; cout<<std::fixed<<setprecision(4)<<r2<<" "<<r23.14159<<" "<<rr*3.14159; return 0; }

    userId_undefined

    :)

    0阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    ✘𝕸𝖔𝖓𝖔𝖉𝖞✔

    出道萌新秩序白银
    0阅读
    0回复
    0点赞
  • 1

    userId_undefined

    王子豪

    0阅读
    0回复
    0点赞
  • 提交记录

    #include <bits/stdc++.h> using namespace std; int main(){ double r,PI=3.14159; cin>>r; printf("%.4f ",r2); printf("%.4f ",r2PI); printf("%.4f ",rr*PI); return 0; }

    userId_undefined

    倒车请故意

    0阅读
    0回复
    0点赞
  • 1

    userId_undefined

    王子豪

    0阅读
    0回复
    0点赞
  • 有手就行

    #include<bits/stdc++.h> using namespace std; int main() { double a; cin>>a; double z=a2; double c=a23.14159; double s=aa3.14159; cout<<fixed<<setprecision(4)<<z<<" "<<fixed<<setprecision(4)<<c<<" "<<fixed<<setprecision(4)<<s; return 0; } //如果圆的半径是r,那么圆的直径、周长、面积分别是r2,r2PI,rrPI //约定PI=3.14159csa

    userId_undefined

    鬼影之魂

    0阅读
    0回复
    0点赞

共67条

  • 1
  • 2
  • 3
  • 4
20条/页
跳至页
首页