2 solutions

  • 0
    @ 2026-1-27 18:37:17

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin >> a >> b >> c; cout<<(a+b)*c; return 0; }

    Information

    ID
    11915
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    97
    Accepted
    77
    Uploaded By