3 solutions

  • 0
    @ 2023-7-28 15:55:59
    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        cout<<((1*1)+(1*2)+(1*2*3)+(1*2*3*4)+(1*2*3*4*5));
    
    
    
    
    
    
    
    
    
    
    
        return 0;
    }
    
    • 0
      @ 2023-7-28 15:50:33
      #include <bits/stdc++.h>
      using namespace std;
      int main()
      {
          cout<<((1*1)+(1*2)+(1*2*3)+(1*2*3*4)+(1*2*3*4*5));
          return 0;
      }
      
      • 0
        @ 2023-7-28 15:41:00
        #include <bits/stdc++.h>
        using namespace std;
        int main()
        {
            cout<<(1*2*3*4*5=120);
            return 0;
        }
        
        • 1

        Information

        ID
        19
        Time
        1000ms
        Memory
        128MiB
        Difficulty
        5
        Tags
        # Submissions
        138
        Accepted
        47
        Uploaded By