1 solutions

  • 0
    @ 2025-12-10 21:28:48
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	int a, b, c;
    	cin >> a >> b >> c;
    	cout << (a + b)*c;
    }
    
    
    • 1

    Information

    ID
    595
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    8
    Accepted
    4
    Uploaded By