3 solutions

  • -1
    @ 2024-6-30 9:50:10
    using namespace std;
    #define PI 3.14159
    int main(){
    	double a,b;
    	cin >> a >> b;
    	cout << fixed << setprecision(9) << a/b;
    }
    

    Information

    ID
    842
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    179
    Accepted
    83
    Uploaded By