2 solutions

  • 1
    @ 2024-11-23 11:57:13
    #include<iostream>
    using namespace std;
    int main()
    {
        int l,w;
        cin>>l>>w;
        cout<<(l+w)*2;
        return 0;
    }
    
    • 0
      @ 2024-11-8 19:44:56

      • 1

      Information

      ID
      6
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      1
      Tags
      (None)
      # Submissions
      121
      Accepted
      87
      Uploaded By