1 solutions

  • 0
    @ 2025-10-19 17:23:53
    #include<bits/stdc++.h>
    using namespace std;
    double r;
    int main(){
    	cin>>r;
    	cout<<fixed<<setprecision(2)<<4.0/3*3.14*r*r*r;
    	return 0;
    } 
    
    

    Information

    ID
    1701
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    6
    Tags
    # Submissions
    101
    Accepted
    33
    Uploaded By