1 solutions

  • 0
    @ 2026-2-2 12:14:34

    #include <bits/stdc++.h>

    using namespace std; int main() { double f; cin >> f; cout << fixed << setprecision(5) << 5 * (f - 32) / 9; return 0; }

    • 1

    Information

    ID
    545
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    2
    Tags
    # Submissions
    136
    Accepted
    79
    Uploaded By