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;
    

    }

    • 0
      @ 2025-10-29 8:51:38
      #include<iostream>
      using namespace std;
      int main(){
          int a, b , c;
          cin>>a>>b>>c;
          int d = a+a*b+a*b*c;
          cout<<d;
          return 0;
      }
      
      • -4
        @ 2025-8-19 10:19:17

        😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️ 😡/ 🏃‍♂️

        • 1

        Information

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