3 solutions

  • 2
    @ 2026-1-25 14:27:54

    #include <bits/stdc++.h>

    using namespace std;

    int main() {

    int a, b, c, d;
    
    cin >> a >> b >> c ;
    
    d = a * (c * b + b + 1);
    
    cout << d;
    
    return 0;
    

    }

    Information

    ID
    260
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    7
    Tags
    # Submissions
    986
    Accepted
    254
    Uploaded By