2 solutions

  • 0
    @ 2024-7-15 20:30:17
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b,c;
    	cin>>a>>b>>c;
    	cout<<(a+b)*c;
    	return 0;
    }
    
    • -1
      @ 2023-10-26 8:09:56

      这么简单的题还看题解,你小可爱啊?

      • 1

      Information

      ID
      6798
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      24
      Accepted
      18
      Uploaded By