18 条题解

  • -3
    @ 2023-1-1 16:10:48
    #include <iostream>
    using namespace std;
    #define LL long long
    const int N = 1e5 + 10;
    const int INF = 0x3f3f3f3f;
    using namespace std;
    int main()
    {
        int a,b,c;
        cin >> a >> b >> c;
        cout << (a+b)*c;
        return 0;
    }
    

    信息

    ID
    835
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    1084
    已通过
    534
    上传者