2 条题解

  • -2

    #include <iostream>
    #include<cmath>
    #include<cstdio>
    #include<iomanip>
    using namespace std;
    int main()
    {
    int x;
    cin>>x;
    cout << x*(x+2) << endl;
    }

  • -5
    @ 2021-10-29 15:52:30

    #include <iostream>

    using namespace std;

    int main()
    {
    int x;
    cin>>x;
    cout << x*(x+2) << endl;
    }

  • 1

信息

ID
1146
难度
2
分类
其他 | 数学 点击显示
标签
递交数
26
已通过
22
通过率
85%
上传者