5 条题解

  • 1
    @ 2025-12-21 22:06:25
      #include<bits/stdc++.h>
      using namespace std;
      typedef long long ll;
      typedef pair<int, int> pii;
      #define MP(a,b) make_pair(a,b)
      int main() {
      	ios::sync_with_stdio ( false );
      	double r,d,z,m;
      	cin>>r;
      	d=r*2.0;
      	z=d*3.14159;
      	m=3.14159*r*r;
      	cout<<fixed<<setprecision(4)<<d<<" "<<z<<" "<<m;
      	return 0;
      }
    
    • 1
      @ 2025-11-24 21:23:03
      #include<bits/stdc++.h>
      using namespace std;
      double r,d,z,m;
      int main(){
          cin>>r;
          d=r*2.0;
          z=d*3.14159;
          m=3.14159*r*r;
          cout<<fixed<<setprecision(4)<<d<<" "<<z<<" "<<m;
          return 0;
      }
      
      • 0
        @ 2025-12-21 9:37:12

        #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; #define MP(a,b) make_pair(a,b) int main() { ios::sync_with_stdio(false); cin.tie(0); double n; cin>>n; cout<<fixed<<setprecision(4)<<n2<<" "; cout<<fixed<<setprecision(4)<<3.14159n2<<" "; cout<<fixed<<setprecision(4)<<nn*3.14159<<" "; return 0; }

        • -1
          @ 2025-12-5 17:24:37

          #include<bits/stdc++.h> using namespace std; double r,d,z,m; int main(){ cin>>r; d=r2.0; z=d3.14159; m=3.14159rr; cout<<fixed<<setprecision(4)<<d<<" "<<z<<" "<<m; return 0; }

          • -4
            @ 2025-4-18 4:31:43

            青岛空放私借贷款|借钱|青岛无视征信借款【19371050109】【包下、无任何前期】【民间借贷】【私人借钱】【空放私借】【私人短借】【本地人借钱】【公司周转】【个人应急周转】【企业资金急用周转】【短期私借】【个人、公司急用钱贷款】【贷款包批包过、无前期任何费用】【无.视.黑.白.花.户.征.信.不.好.可.贷.款】【全省各市级可贷款】【个人小额贷款】【企业大额贷款】

            • 1

            信息

            ID
            6871
            时间
            1000ms
            内存
            128MiB
            难度
            1
            标签
            递交数
            43
            已通过
            19
            上传者