1 solutions

  • 0
    @ 2025-12-10 21:15:33
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	double a;
    	cin >> a;
    	cout << fixed << setprecision(12) << a;
    }
    
    • 1

    Information

    ID
    615
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    5
    Accepted
    5
    Uploaded By