1 solutions

  • 1
    @ 2026-1-22 21:21:16

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

    int main() { double a, b; cin >> a >> b; printf("%.3lf%%", b / a * 100); return 0; }

    Information

    ID
    553
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    3
    Tags
    # Submissions
    177
    Accepted
    92
    Uploaded By