1 solutions

  • 0
    @ 2025-12-12 13:13:34

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

    int main() { double a, b, c; cin >> a >> b >> c; cout << a * 0.2 + b * 0.3 + c * 0.5; return 0; }

    • 1

    Information

    ID
    382
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    1
    Tags
    # Submissions
    104
    Accepted
    77
    Uploaded By