1 solutions

  • -1
    @ 2026-1-24 18:25:49

    #include <bits/stdc++.h> using namespace std;

    int main() { double a; int b; cin >> a >> b; cout << fixed << setprecision(b) << a; return 0; }

    • 1

    Information

    ID
    567
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    4
    Tags
    # Submissions
    90
    Accepted
    43
    Uploaded By