- 还有一级(第5轮)
 1 5 2
- @ 2023-8-3 9:47:41
 
#include <bits/stdc++.h>
using namespace std;
int main()
{
    int a,b,c;
    cin>>a>>b>>c;
    cout<<(a+b)*(c-b);
    return 0;
}
        0 comments
  
  No comments so far...
            By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.